Passed
Push — master ( 2d2f8e...0e6036 )
by Csaba
01:21
created
src/HumanDirect/Socially/Result.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -152,7 +152,7 @@
 block discarded – undo
152 152
      */
153 153
     public function __toString(): string
154 154
     {
155
-        return (string) $this->tldResult;
155
+        return (string)$this->tldResult;
156 156
     }
157 157
 
158 158
     /**
Please login to merge, or discard this patch.
src/HumanDirect/Socially/Parser.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -106,7 +106,7 @@
 block discarded – undo
106 106
 
107 107
         foreach ($files as $file) {
108 108
             $className = $normalizerNS . str_replace('.php', '', $file->getFilename());
109
-            $this->normalizers[] = new $className();
109
+            $this->normalizers[ ] = new $className();
110 110
         }
111 111
     }
112 112
 
Please login to merge, or discard this patch.