Completed
Push — master ( 4b492f...898c9f )
by Oscar
01:26
created
src/ContainerException.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types = 1);
2
+declare(strict_types=1);
3 3
 
4 4
 namespace Fol;
5 5
 
Please login to merge, or discard this patch.
src/App.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@  discard block
 block discarded – undo
1 1
 <?php
2
-declare(strict_types = 1);
2
+declare(strict_types=1);
3 3
 
4 4
 namespace Fol;
5 5
 
@@ -86,7 +86,7 @@  discard block
 block discarded – undo
86 86
             try {
87 87
                 return $this->items[$id] = array_reduce(
88 88
                     $this->services[$id],
89
-                    function ($item, callable $callback) {
89
+                    function($item, callable $callback) {
90 90
                         return $callback($this, $item);
91 91
                     }
92 92
                 );
Please login to merge, or discard this patch.
src/NotFoundException.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types = 1);
2
+declare(strict_types=1);
3 3
 
4 4
 namespace Fol;
5 5
 
Please login to merge, or discard this patch.