Skip to content

Commit

Permalink
Replace removed Fusion prototypes
Browse files Browse the repository at this point in the history
  • Loading branch information
dlubitz committed Apr 12, 2024
1 parent b605504 commit a770c89
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/Generic/Rules/FusionReplacePrototypeNameRector.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ public function configure(array $configuration): void
Assert::allIsAOf($configuration, FusionPrototypeNameReplacement::class);
$this->fusionPrototypeNameReplacements = $configuration;
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ prototype(Neos.Neos:SomethingNew) < prototype(Neos.Neos:NewRaw) {
<Neos.Neos:NewRaw />
`
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

declare(strict_types=1);

namespace Neos\Rector\Tests\Generic\Rules\FusionNodePropertyPathToWarningCommentRector;
namespace Neos\Rector\Tests\Generic\Rules\FusionPrototypeNameReplacement;

use Rector\Testing\PHPUnit\AbstractRectorTestCase;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
declare (strict_types=1);

use Neos\Rector\Core\FusionProcessing\FusionFileProcessor;
use Neos\Rector\Generic\Rules\FusionNodePropertyPathToWarningCommentRector;
use Neos\Rector\Generic\ValueObject\FusionNodePropertyPathToWarningComment;
use Rector\Config\RectorConfig;
use Neos\Rector\Generic\ValueObject\FusionPrototypeNameReplacement;
use Neos\Rector\Generic\Rules\FusionReplacePrototypeNameRector;
Expand Down

0 comments on commit a770c89

Please sign in to comment.