You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All methods use type declaration for parameters and return values
FileExtensionPredicate constructor changed signature. First param type was (undeclared) string|string[] $extensions now is (declared) string ...$extensions
Deprecared
Hierarchy::getHierarchy(), replaced by Hierarchy::hierarchy()
Hierarchy::getTemplates(), replaced by Hierarchy::templates()
Added
Hierarchy::hierarchy()
Hierarchy::templates()
Support for "composed" file extensions like .html.php
GitHub action (replacing Travis) to run:
unit tests executed in PHP 7.1 to PHP 8.2
static analysys via Psalm
PHPCS checks (inluding PHPCompatibility)
Removed
QueryTemplateInterface is removed and not replaced by anything