2025-01-17 |
Add PaginatedResultSet::toArray()
This was giving me deprecation warnings that I felt were unnecessary
toil for developers to fix. I couldn't easily find a rector method that
would solve this and I think the ongoing maintenance cost of a one liner
is low. |
2025-01-17 |
Merge branch '5.x' into 5.next |
2025-01-17 |
Fix up array docblock. |
2025-01-17 |
Fix up list array. |
2025-01-17 |
Merge 5.x into 5.next |
2025-01-17 |
Code cleanup |
2025-01-17 |
Allow input param to be a normal array list instead of strict phpstan one. |
2025-01-17 |
Correcting RulesChecker add method description |
2025-01-17 |
Bump up Cake dependencies versions in split packages. |
2025-01-17 |
phpstan 2.0 (#18014)
* get ready for phpstan 2.0
* undo array_values fix
* add review changes
* fix stan
* phpstan 2.0
* fix phpstan for split packages
* fix phpstan for tests
* re-add method_exists
* Apply suggestions from code review
Co-authored-by: ADmad
---------
Co-authored-by: ADmad |
2025-01-17 |
Added checks to prevent adding rules with the same name (#17859) |
2025-01-17 |
Merge branch '5.x' into 5.next |
2025-01-17 |
Pin phpstan to 1.12.0 (#17875) |
2025-01-17 |
Revert rule SwitchNegatedTernaryRector |
2025-01-17 |
Revert rule CompactToVariablesRector |
2025-01-17 |
Rector changes after merge |
2025-01-17 |
Revert interface addition
interface additions break compatibility. |
2025-01-17 |
Reuse existing code better |
2025-01-17 |
Remove phpstan as dev dependency from split packages.
Use the phpstan version from the main composer.json for split package checks for consistency. |
2025-01-17 |
Avoid empty() usage |
2024-12-13 |
Warn about non applied pagination config (#18043)
Warn about non applied pagination config |
2024-12-13 |
Fix up: Warn about non-applied pagination config (#18072)
* Fix up: Warn about non-applied pagination config
* Update src/Datasource/Paging/NumericPaginator.php
Co-authored-by: ADmad
* Fix tests
---------
Co-authored-by: ADmad |
2024-12-13 |
Fix CS as per trailing comma rules. (#18047) |
2024-12-13 |
Allow input param to be a normal array list instead of strict phpstan one. |
2024-12-13 |
Fix typos and small cleanup. |
2024-12-13 |
Fix typos and small cleanup. |
2024-12-13 |
CS: Trailing comma on function calls (#18032)
* CS: Trailing comma on function calls
* Fix CS.
* Fix CS.
* Remove debug call
---------
Co-authored-by: Mark Story |
2024-12-13 |
Fix up array docblock. |
2024-11-25 |
Fix up deprecations on interface |
2024-11-10 |
Correcting RulesChecker add method description |