Passed
Push — master ( 8a7b90...73c2aa )
by Jan
04:49
created
src/Repository/LogEntryRepository.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -104,7 +104,7 @@
 block discarded – undo
104 104
         $qb = $this->createQueryBuilder('log');
105 105
         $qb->select('log')
106 106
             //->where('log INSTANCE OF App\Entity\LogSystem\ElementEditedLogEntry')
107
-            ->where('log INSTANCE OF ' . $class)
107
+            ->where('log INSTANCE OF '.$class)
108 108
             ->andWhere('log.target_type = :target_type')
109 109
             ->andWhere('log.target_id = :target_id')
110 110
             ->orderBy('log.timestamp', 'DESC');
Please login to merge, or discard this patch.