Passed
Push — master ( 1150b8...9cbbc5 )
by Michael
02:35
created
src/Hydrator/Extension/JsonApiExtension.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@
 block discarded – undo
22 22
      */
23 23
     public function hydrate($object, $source, DocumentHydrator $hydrator)
24 24
     {
25
-        if (! $object instanceof AbstractDocument) {
25
+        if (!$object instanceof AbstractDocument) {
26 26
             throw new InvalidDocumentException(sprintf(
27 27
                 'Only top-level of document can contains "jsonapi"-object. Instance of "%s" given.',
28 28
                 get_class($object)
Please login to merge, or discard this patch.