Passed
Push — master ( c1150e...84b7ab )
by Michael
02:30
created
src/Document/Behaviour/LinksContainer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -85,7 +85,7 @@
 block discarded – undo
85 85
 
86 86
         foreach ($this->links as $name => $link)
87 87
         {
88
-            if (! $link->hasMetadata()) {
88
+            if (!$link->hasMetadata()) {
89 89
                 $links[$name] = $link->getReference();
90 90
                 continue;
91 91
             }
Please login to merge, or discard this patch.
src/Document/SingleResourceDocument.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -42,8 +42,8 @@
 block discarded – undo
42 42
     }
43 43
 
44 44
     /**
45
- * {@inheritdoc}
46
- */
45
+     * {@inheritdoc}
46
+     */
47 47
     public function toArray(): array
48 48
     {
49 49
         $data = parent::toArray();
Please login to merge, or discard this patch.