Passed
Pull Request — master (#43)
by Christopher
07:20 queued 03:38
created
src/MetadataV3/edm/TAnonymousFunctionExpressionType.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
18 18
     
19 19
     public function __construct()
20 20
     {
21
-        $this->gExpressionMaximum = (0 == count($this->parameters)) ? 1 : 0 ;
21
+        $this->gExpressionMaximum = (0 == count($this->parameters)) ? 1 : 0;
22 22
     }
23 23
     
24 24
     /**
Please login to merge, or discard this patch.
src/MetadataV3/edm/TFunctionType.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -278,7 +278,7 @@
 block discarded – undo
278 278
         }
279 279
         foreach ($this->returnType as $type) {
280 280
             if (!is_string($type) || !$this->isTCommandTextValid($type)) {
281
-                $msg = $type . " must be a valid TCommandText";
281
+                $msg = $type." must be a valid TCommandText";
282 282
                 return false;
283 283
             }
284 284
         }
Please login to merge, or discard this patch.