@@ -71,7 +71,7 @@ |
||
| 71 | 71 | $kVal = $typeKind; |
| 72 | 72 | if (!(ResourceTypeKind::PRIMITIVE() == $kVal || ResourceTypeKind::COMPLEX() == $kVal)) { |
| 73 | 73 | $msg = '$bagItemResourceTypeKind != ResourceTypeKind::PRIMITIVE' |
| 74 | - . ' && $bagItemResourceTypeKind != ResourceTypeKind::COMPLEX'; |
|
| 74 | + . ' && $bagItemResourceTypeKind != ResourceTypeKind::COMPLEX'; |
|
| 75 | 75 | throw new InvalidOperationException($msg); |
| 76 | 76 | } |
| 77 | 77 | if (null == $result) { |
@@ -150,7 +150,7 @@ |
||
| 150 | 150 | $entityCount = count($entities); |
| 151 | 151 | $expected = 2 * $entityCount; |
| 152 | 152 | if ($metaCount != $expected) { |
| 153 | - $msg = 'Expected ' . $expected . ' items, actually got '. $metaCount; |
|
| 153 | + $msg = 'Expected ' . $expected . ' items, actually got ' . $metaCount; |
|
| 154 | 154 | throw new InvalidOperationException($msg); |
| 155 | 155 | } |
| 156 | 156 | |
@@ -40,7 +40,7 @@ |
||
| 40 | 40 | $values = $skipToken->getOrderByKeysInToken(); |
| 41 | 41 | $numValues = count($values); |
| 42 | 42 | if ($numValues != count($segments)) { |
| 43 | - $msg = 'Expected ' . count($segments) . ', got '. $numValues; |
|
| 43 | + $msg = 'Expected ' . count($segments) . ', got ' . $numValues; |
|
| 44 | 44 | throw new InvalidOperationException($msg); |
| 45 | 45 | } |
| 46 | 46 | |