Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-Authored-By: Michal Milc <48127225+michalmilc90@users.noreply.github.com>
  • Loading branch information
DominikaK and michalmilc90 authored Nov 19, 2019
1 parent eb29dba commit e08cd0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/Server/Input/Parser/Criterion/Field.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ private function getOperator($operatorName)
if (!isset(self::OPERATORS[$operatorName])) {
throw new Exceptions\Parser(
sprintf(
'Unexpected Field operator, expected one of: %s',
'Unexpected Field operator. Expected one of: %s',
implode(', ', array_keys(self::OPERATORS))
)
);
Expand Down

0 comments on commit e08cd0c

Please sign in to comment.