Completed
Branch v1.0.0 (5a544a)
by Alexander
06:20
created
src/app/Front/Kernel.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
31 31
         $di->set('dispatcher', $dispatcher);
32 32
 
33 33
         // Views config
34
-        \define('VIEW_PATH', __DIR__  . '/Views/');
34
+        \define('VIEW_PATH', __DIR__ . '/Views/');
35 35
 
36 36
         /** @var View $view */
37 37
         $view = $di->get('view');
Please login to merge, or discard this patch.
src/core/MicroModules.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@
 block discarded – undo
44 44
         // for all modules
45 45
         foreach ($this->modules as $moduleName => $module) {
46 46
             // gets route class
47
-            [ 'collections' => $collectionClass ] = $module;
47
+            ['collections' => $collectionClass] = $module;
48 48
 
49 49
             /** @var CollectionsInterface $route */
50 50
             $route = new $collectionClass();
Please login to merge, or discard this patch.