Passed
Push — main ( 29aefa...acd765 )
by Pranjal
02:34
created
src/Manager/RecordManager.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -119,7 +119,7 @@
 block discarded – undo
119 119
             return $this->createQueryBuilder()
120 120
                 ->select(self::ALL_COLUMNS)
121 121
                 ->from($table, self::DEFAULT_ALIAS)
122
-                ->where(self::DEFAULT_ALIAS . '.' . self::ID_COLUMN . ' = ?')
122
+                ->where(self::DEFAULT_ALIAS.'.'.self::ID_COLUMN.' = ?')
123 123
                 ->setParameter(0, $id)
124 124
                 ->first();
125 125
         });
Please login to merge, or discard this patch.