@@ -344,7 +344,7 @@ |
||
344 | 344 | if (!is_null($actualValue) && !$actualValue instanceof $this->className) { |
345 | 345 | throw FailedRDMAssertionException::expectedInstanceOf( |
346 | 346 | $this->className, |
347 | - is_object($actualValue) ?get_class($actualValue) :gettype($actualValue), |
|
347 | + is_object($actualValue) ?get_class($actualValue) : gettype($actualValue), |
|
348 | 348 | $this->origin |
349 | 349 | ); |
350 | 350 | } |