Passed
Push — master ( b86a9b...818b3e )
by Thierry
02:35
created
src/Di/Traits/PluginTrait.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,8 @@
 block discarded – undo
41 41
         // Code Generation
42 42
         $this->set(MinifierInterface::class, function() {
43 43
             return new class extends FileMinifier implements MinifierInterface
44
-            {};
44
+            {
45
+};
45 46
         });
46 47
         $this->set(AssetManager::class, function($c) {
47 48
             return new AssetManager($c->g(ConfigManager::class), $c->g(ParameterReader::class),
Please login to merge, or discard this patch.
src/App/Ajax.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -125,7 +125,8 @@
 block discarded – undo
125 125
      * The constructor
126 126
      */
127 127
     private function __construct()
128
-    {}
128
+    {
129
+}
129 130
 
130 131
     /**
131 132
      * @return string
Please login to merge, or discard this patch.