Completed
Branch develop (8fea8e)
by Denis
04:45
created
tests/functional/Test/MakePublicCompilerPass.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
18 18
     public function process(ContainerBuilder $container)
19 19
     {
20 20
         if (false === $container->hasDefinition($this->class)) {
21
-            throw new LogicException($this->class . ' must be registered');
21
+            throw new LogicException($this->class.' must be registered');
22 22
         }
23 23
 
24 24
         $conditionManagerDefinition = $container->getDefinition($this->class);
Please login to merge, or discard this patch.
tests/unit/QueryFilter/QueryFilterTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -263,7 +263,7 @@
 block discarded – undo
263 263
                     'type' => 'eq',
264 264
                     'x' => 'shla sasha po shosse i sosala sushku'
265 265
                 ],
266
-                [ // will be ignored
266
+                [// will be ignored
267 267
                     'field' => 't.unknownColumn',
268 268
                     'type' => 'eq',
269 269
                     'x' => 'the road to hell'
Please login to merge, or discard this patch.