Passed
Push — master ( b4f342...485653 )
by Florian
01:34 queued 10s
created
src/Identifier/Resolver/PdoStatementResolver.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
50 50
     {
51 51
         foreach ($conditions as $key => $value) {
52 52
             unset($conditions[$key]);
53
-            $conditions[':' . $key] = $value;
53
+            $conditions[':'.$key] = $value;
54 54
         }
55 55
 
56 56
         $this->statement->execute($conditions);
Please login to merge, or discard this patch.