Skip to content

TASK: add migration to convert all node uriPathSegment to lowercase #21

TASK: add migration to convert all node uriPathSegment to lowercase

TASK: add migration to convert all node uriPathSegment to lowercase #21

Status Failure
Total duration 28s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 1 warning
phpstan: Classes/Migration/Transformation/PropertyValueToLowercase.php#L14
Method Flowpack\SeoRouting\Migration\Transformation\PropertyValueToLowercase::setProperty() has parameter $propertyName with no type specified.
phpstan: Classes/Migration/Transformation/PropertyValueToLowercase.php#L16
Property Flowpack\SeoRouting\Migration\Transformation\PropertyValueToLowercase::$propertyName (string) does not accept mixed.
phpstan: Classes/Migration/Transformation/PropertyValueToLowercase.php#L30
Return type (void) of method Flowpack\SeoRouting\Migration\Transformation\PropertyValueToLowercase::execute() should be compatible with return type (Neos\ContentRepository\Domain\Model\NodeData) of method Neos\ContentRepository\Migration\Transformations\AbstractTransformation::execute()
phpstan: Classes/Migration/Transformation/PropertyValueToLowercase.php#L30
Return type (void) of method Flowpack\SeoRouting\Migration\Transformation\PropertyValueToLowercase::execute() should be compatible with return type (Neos\ContentRepository\Domain\Model\NodeData) of method Neos\ContentRepository\Migration\Transformations\TransformationInterface::execute()
phpstan: Classes/Migration/Transformation/PropertyValueToLowercase.php#L33
Parameter #1 $string of function strtolower expects string, mixed given.
phpstan
Process completed with exit code 1.
phpunit
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636