Skip to content

Commit

Permalink
Move back missed change with non-nullable Definition in Mutator inter…
Browse files Browse the repository at this point in the history
…face
  • Loading branch information
maks-rafalko committed May 14, 2024
1 parent 935fadd commit 9f1ad0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mutator.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
*/
interface Mutator
{
public static function getDefinition(): ?Definition;
public static function getDefinition(): Definition;

public function getName(): string;

Expand Down

0 comments on commit 9f1ad0f

Please sign in to comment.