Passed
Push — master ( 9a90c3...87cc3c )
by Christopher
16:29 queued 12:28
created
src/MetadataV3/edm/EntityContainer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -348,7 +348,7 @@
 block discarded – undo
348 348
     public function isOK(&$msg = null)
349 349
     {
350 350
         if (!$this->isTSimpleIdentifierValid($this->name)) {
351
-            $msg = "Name(" . $this->name . ") must be a valid TSimpleIdentifier " . __FILE__ . ":" . __LINE__;
351
+            $msg = "Name(".$this->name.") must be a valid TSimpleIdentifier ".__FILE__.":".__LINE__;
352 352
             return false;
353 353
         }
354 354
 
Please login to merge, or discard this patch.