Passed
Pull Request — master (#3)
by
unknown
03:07
created
Mapping/ObjectMapping.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -344,7 +344,7 @@
 block discarded – undo
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
         }
Please login to merge, or discard this patch.