2024-11-10 |
Correcting RulesChecker add method description |
2024-09-14 |
Refactor PaginatedResultSet to implement IteratorAggregate in order to
make results serialization possible. |
2024-09-14 |
Use str_starts_with() where possible. |
2024-09-14 |
Drop use of resultset decorator class in the ORM.
It serves no purpose anymore since ResultSetInterface simply extends CollectionInterface
and ResultSet extends Collection. |
2024-09-14 |
Merge branch '5.x' into 5.next |
2024-09-14 |
Fix failing tests and linting
- newer phpunit eats our deprecation warnings.
- Fix phpcs error and phpstan config warning
- Fix new type issues that phpstan found
- Update split repos phpstan config |
2024-09-14 |
Add `@since` tags |
2024-09-14 |
Add methods to RulesChecker to remove rules.
Refs #17610 |
2024-09-14 |
Merge remote-tracking branch 'origin/5.x' into 5.next |
2024-09-14 |
Fix up array list<> docblocks. (#17597)
* Fix up array list<> docblocks.
---------
Co-authored-by: ADmad |
2024-09-14 |
Merge branch '5.x' into 5.next-merge
# Conflicts:
# VERSION.txt
# psalm-baseline.xml |
2024-09-14 |
Update src/Datasource/Paging/PaginatedResultSet.php
Co-authored-by: Mark Story |
2024-09-14 |
Fixes |
2024-09-14 |
Add deprecation warning to __call() |
2024-09-14 |
Fix template |
2024-09-14 |
PHPStan fix |
2024-09-13 |
Pin phpstan to 1.12.0 (#17875) |
2024-09-13 |
Remove phpstan as dev dependency from split packages.
Use the phpstan version from the main composer.json for split package checks for consistency. |