@@ -280,7 +280,7 @@ |
||
280 | 280 | $targUnknown = $targRels[$principalPoly ? $dependentType : $principalType]; |
281 | 281 | $targProperty = $principalPoly ? $relation['dependentProp'] : $relation['principalProp']; |
282 | 282 | $msg = 'Specified unknown-side property ' . $targProperty |
283 | - . ' not found in polymorphic relation map'; |
|
283 | + . ' not found in polymorphic relation map'; |
|
284 | 284 | assert(in_array($targProperty, $targUnknown), $msg); |
285 | 285 | |
286 | 286 | $targType = $principalPoly ? 'dependentRSet' : 'principalRSet'; |