Skip to content

refactor(php): standardize parameter naming and method call formatting#20

Merged
coreyhn merged 1 commit into
mainfrom
refactor/standardize-parameter-naming-and-formatting
Jul 25, 2025
Merged

refactor(php): standardize parameter naming and method call formatting#20
coreyhn merged 1 commit into
mainfrom
refactor/standardize-parameter-naming-and-formatting

Conversation

@coreyhn
Copy link
Copy Markdown
Collaborator

@coreyhn coreyhn commented Jul 25, 2025

Following PR #19, after building the initial version of cipherstash/protectphp, here are a few improvements I found that could benefit the PHP methods.

Standardize parameter naming from `columnName`/`tableName` to
`column`/`table` and `termsJson` to `itemsJson` for consistency.

Apply line-length based formatting to FFI method calls.

Update documentation comments and README examples to reflect consistent
parameter naming conventions throughout the codebase.
@coreyhn coreyhn requested a review from calvinbrewer July 25, 2025 00:53
@coreyhn coreyhn merged commit bb3ab25 into main Jul 25, 2025
27 checks passed
@coreyhn coreyhn deleted the refactor/standardize-parameter-naming-and-formatting branch July 25, 2025 14:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants