Skip to content

Commit

Permalink
Grammar nazi (#43)
Browse files Browse the repository at this point in the history
Sorry can't help it.
  • Loading branch information
phanan authored and lstrojny committed Dec 18, 2017
1 parent 2ad0a31 commit cd5a8b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public function process(File $file, $stackPtr)
$file->addError(
'Public methods in %s controllers are limited to "%s()" but "%s()" found. '
. 'This is often a hint that you are dealing with a sub resource of the current resource '
. 'that justifies it’s own controller and should be extracted into it’s own controller.',
. 'that justifies its own controller and should be extracted into its own controller.',
$stackPtr,
'verbLimit',
[$isWebController ? 'web' : 'API', implode('()", "', $actions), $name]
Expand Down

0 comments on commit cd5a8b7

Please sign in to comment.