Completed
Push — feature/0.7.0 ( b0ec67...8e24e4 )
by Ryuichi
04:29 queued 38s
created
WebStream/Database/EntityManager.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -98,7 +98,7 @@
 block discarded – undo
98 98
                 if (array_key_exists($col, $propertyMap)) {
99 99
                     $propertyMap[$col]->setValue($instance, $value);
100 100
                 } else {
101
-                    $this->logger->error("Column '$col' is failed mapping in " . $this->classpath);
101
+                    $this->logger->error("Column '$col' is failed mapping in ".$this->classpath);
102 102
                 }
103 103
             }
104 104
         }
Please login to merge, or discard this patch.