Passed
Pull Request — master (#37)
by Brian
05:49 queued 02:39
created
templates/Content/base.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,7 @@
 block discarded – undo
3 3
 
4 4
 use Cake\Core\Plugin;
5 5
 
6
-if(Plugin::isLoaded('Sis/AdminLTE')) {
6
+if (Plugin::isLoaded('Sis/AdminLTE')) {
7 7
     $this->extend('Sis/AdminLTE./Content/generic');
8 8
 }
9 9
 
Please login to merge, or discard this patch.
src/Plugin.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -66,7 +66,7 @@
 block discarded – undo
66 66
         $routes->plugin(
67 67
             'Fr3nch13/Jira',
68 68
             ['path' => '/jira'],
69
-            function (RouteBuilder $routes) {
69
+            function(RouteBuilder $routes) {
70 70
                 $routes->fallbacks(DashedRoute::class);
71 71
             }
72 72
         );
Please login to merge, or discard this patch.