Skip to content

Commit 671b2eb

Browse files
Adrian Cerdeirat-heuser
authored andcommitted
TASK: Neos 9 Compatibility with rector
1 parent a9039c0 commit 671b2eb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Classes/Migration/Transformation/PropertyValueToLowercase.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
use Neos\ContentRepository\Domain\Model\NodeData;
88
use Neos\ContentRepository\Migration\Transformations\AbstractTransformation;
99

10-
class PropertyValueToLowercase extends AbstractTransformation
10+
// TODO 9.0 migration: You need to convert your AbstractTransformation to an implementation of Neos\ContentRepository\NodeMigration\Transformation\TransformationFactoryInterface
11+
class PropertyValueToLowercase
1112
{
1213
private string $propertyName;
1314

0 commit comments

Comments
 (0)