Skip to content

Commit

Permalink
Update InterfaceContractMissingArgument.php
Browse files Browse the repository at this point in the history
  • Loading branch information
peldax authored Sep 11, 2020
1 parent 8aaabd5 commit a89c542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Exception/Type/InterfaceContractMissingArgument.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@

final class InterfaceContractMissingArgument extends \Graphpinator\Exception\Type\TypeError
{
public const MESSAGE = 'Type doesnt satisfy interface - field is missing argument';
public const MESSAGE = 'Type doesnt satisfy interface - field has missing argument';
}

0 comments on commit a89c542

Please sign in to comment.