@@ -25,7 +25,7 @@ |
||
25 | 25 | public static function queryProviderResultCountMissing($methodName, QueryType $queryType) |
26 | 26 | { |
27 | 27 | return 'The implementation of the method ' . $methodName . ' must return a QueryResult instance with ' . |
28 | - 'a count for queries of type ' . $queryType . '.'; |
|
28 | + 'a count for queries of type ' . $queryType . '.'; |
|
29 | 29 | } |
30 | 30 | |
31 | 31 | /** |
@@ -132,6 +132,6 @@ |
||
132 | 132 | public static function expressionParserEntityCollectionNotAllowedInFilter($property, $parentProperty, $pos) |
133 | 133 | { |
134 | 134 | return 'The \'' . $property . '\' is an entity collection property of \'' . $parentProperty . |
135 | - '\' (position: ' . $pos . '), which cannot be used in $filter query option'; |
|
135 | + '\' (position: ' . $pos . '), which cannot be used in $filter query option'; |
|
136 | 136 | } |
137 | 137 | } |
@@ -17,7 +17,7 @@ discard block |
||
17 | 17 | public static function keyDescriptorKeyCountNotMatching($segment, $expectedCount, $actualCount) |
18 | 18 | { |
19 | 19 | return 'The predicate in the segment \'' . $segment . '\' expect ' . $expectedCount . |
20 | - ' keys but ' . $actualCount . ' provided'; |
|
20 | + ' keys but ' . $actualCount . ' provided'; |
|
21 | 21 | } |
22 | 22 | |
23 | 23 | /** |
@@ -32,7 +32,7 @@ discard block |
||
32 | 32 | public static function keyDescriptorMissingKeys($segment, $expectedKeys) |
33 | 33 | { |
34 | 34 | return 'Missing keys in key predicate for the segment \'' . $segment . '\'. The key predicate ' . |
35 | - 'expects the keys \'' . $expectedKeys . '\''; |
|
35 | + 'expects the keys \'' . $expectedKeys . '\''; |
|
36 | 36 | } |
37 | 37 | |
38 | 38 | /** |