@@ -114,7 +114,7 @@ |
||
| 114 | 114 | |
| 115 | 115 | $maxRel = $isKnown ? PHP_INT_MAX : 2 * $numRel; |
| 116 | 116 | $msg = 'Key '.$keyName. ' on class '.$className . ' should have no more than ' |
| 117 | - .$maxRel.' lines, has '.count($result); |
|
| 117 | + .$maxRel.' lines, has '.count($result); |
|
| 118 | 118 | assert($maxRel >= count($result), $msg); |
| 119 | 119 | return $result; |
| 120 | 120 | } |