Skip to content

Commit 5568dc0

Browse files
committed
Renamed class (an action does not interact with a Pipeline)
1 parent 246df0f commit 5568dc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PipelineActionInterface.php renamed to src/ActionInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
use Symfony\Component\ExpressionLanguage\ExpressionLanguage;
88

9-
interface PipelineActionInterface extends FactoryInterface
9+
interface ActionInterface extends FactoryInterface
1010
{
1111
public function interpreter(): ExpressionLanguage;
1212

0 commit comments

Comments
 (0)