Completed
Push — master ( e55a66...08d61b )
by Eric
9s
created
src/Skill/EventBroadcaster/SimpleEvent.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/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\EventBroadcaster;
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\EventBroadcaster;
6 6
 
Please login to merge, or discard this patch.
src/Skill/DependencyInjection/ContainerProviderInterface.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/DependencyInjection/Reference.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/ControllerEvent.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/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/Jarvis.php 3 patches
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -163,6 +163,7 @@
 block discarded – undo
163 163
 
164 164
     /**
165 165
      * {@inheritdoc}
166
+     * @param \Closure $receiver
166 167
      */
167 168
     public function on(string $eventName, $receiver, int $priority = BroadcasterInterface::RECEIVER_NORMAL_PRIORITY)
168 169
     {
Please login to merge, or discard this patch.
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@  discard block
 block discarded – undo
4 4
 
5 5
 namespace Jarvis;
6 6
 
7
-use FastRoute\Dispatcher;
8 7
 use Jarvis\Skill\DependencyInjection\Container;
9 8
 use Jarvis\Skill\DependencyInjection\ContainerProvider;
10 9
 use Jarvis\Skill\DependencyInjection\ContainerProviderInterface;
@@ -16,7 +15,6 @@  discard block
 block discarded – undo
16 15
 use Jarvis\Skill\EventBroadcaster\ResponseEvent;
17 16
 use Jarvis\Skill\EventBroadcaster\RunEvent;
18 17
 use Jarvis\Skill\EventBroadcaster\SimpleEvent;
19
-use Symfony\Component\HttpFoundation\ParameterBag;
20 18
 use Symfony\Component\HttpFoundation\Request;
21 19
 use Symfony\Component\HttpFoundation\Response;
22 20
 
Please login to merge, or discard this 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.