Passed
Push — reset-hook ( 897f25 )
by Dmitriy
03:30
created
src/Hook/AfterBuiltHook.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@
 block discarded – undo
11 11
 {
12 12
     public static function unsetInstance(): Closure
13 13
     {
14
-        return function (Container $container, string $id) {
14
+        return function(Container $container, string $id) {
15 15
             /**
16 16
              * @var $this Container
17 17
              */
Please login to merge, or discard this patch.