Completed
Pull Request — master (#67)
by Eric
01:58
created
src/Skill/Core/CallbackResolver.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 namespace Jarvis\Skill\Core;
6 6
 
Please login to merge, or discard this patch.
src/Skill/DependencyInjection/Container.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 namespace Jarvis\Skill\DependencyInjection;
6 6
 
Please login to merge, or discard this patch.
src/Skill/EventBroadcaster/ResponseEvent.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@  discard block
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 namespace Jarvis\Skill\EventBroadcaster;
6 6
 
@@ -40,7 +40,7 @@  discard block
 block discarded – undo
40 40
      *
41 41
      * @return Response
42 42
      */
43
-    public function response(): ?Response
43
+    public function response(): ? Response
44 44
     {
45 45
         return $this->response;
46 46
     }
Please login to merge, or discard this patch.
src/Skill/EventBroadcaster/ExceptionEvent.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@  discard block
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 namespace Jarvis\Skill\EventBroadcaster;
6 6
 
@@ -24,7 +24,7 @@  discard block
 block discarded – undo
24 24
         return $this->exception;
25 25
     }
26 26
 
27
-    public function response(): ?Response
27
+    public function response(): ? Response
28 28
     {
29 29
         return $this->response;
30 30
     }
Please login to merge, or discard this patch.
src/Skill/Routing/Route.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@  discard block
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 namespace Jarvis\Skill\Routing;
6 6
 
@@ -21,7 +21,7 @@  discard block
 block discarded – undo
21 21
         $this->router = $router;
22 22
     }
23 23
 
24
-    public function name(): ?string
24
+    public function name(): ? string
25 25
     {
26 26
         return $this->name;
27 27
     }
Please login to merge, or discard this patch.
src/Jarvis.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 namespace Jarvis;
6 6
 
Please login to merge, or discard this patch.
src/Skill/EventBroadcaster/EventInterface.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 namespace Jarvis\Skill\EventBroadcaster;
6 6
 
Please login to merge, or discard this patch.
src/Skill/EventBroadcaster/PermanentEventInterface.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 namespace Jarvis\Skill\EventBroadcaster;
6 6
 
Please login to merge, or discard this patch.
src/Skill/EventBroadcaster/BroadcasterInterface.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 namespace Jarvis\Skill\EventBroadcaster;
6 6
 
Please login to merge, or discard this patch.