Passed
Push — master ( d757d1...9035d9 )
by Jan
04:33
created
src/DataTables/Column/LogEntryTargetColumn.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -142,7 +142,7 @@
 block discarded – undo
142 142
                         $this->elementTypeNameGenerator->getTypeNameCombination($on, true)
143 143
                     );
144 144
                 } catch (EntityNotSupportedException $exception) {
145
-                    $tmp .= ' (' . $this->elementTypeNameGenerator->getTypeNameCombination($target, true) .')';
145
+                    $tmp .= ' ('.$this->elementTypeNameGenerator->getTypeNameCombination($target, true).')';
146 146
                 }
147 147
             }
148 148
         }
Please login to merge, or discard this patch.