Skip to content

style: Standardize PHP type hint order and formatting#212

Merged
SmetDenis merged 1 commit intomasterfrom
fix-tests
Sep 28, 2025
Merged

style: Standardize PHP type hint order and formatting#212
SmetDenis merged 1 commit intomasterfrom
fix-tests

Conversation

@SmetDenis
Copy link
Copy Markdown
Member

  • Reordered union types in parameter and return type declarations to follow a consistent style.
  • Aligned docblock @param and @return tags for improved readability.
  • Added spaces after fn in arrow function syntax.
  • Reordered a test method in PackageTest.php for better organization.

- Reordered union types in parameter and return type declarations to follow a consistent style.
- Aligned docblock `@param` and `@return` tags for improved readability.
- Added spaces after `fn` in arrow function syntax.
- Reordered a test method in `PackageTest.php` for better organization.
@SmetDenis SmetDenis merged commit 8290b1c into master Sep 28, 2025
5 of 11 checks passed
@SmetDenis SmetDenis deleted the fix-tests branch September 28, 2025 19:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant