Completed
Branch master (e6f585)
by Korotkov
06:32 queued 04:46
created
src/FootballEvent.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
 /**
6 6
  * @author    : Korotkov Danila <[email protected]>
Please login to merge, or discard this patch.
src/EventInterface.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,5 +21,5 @@
 block discarded – undo
21 21
     /**
22 22
      * @return string
23 23
      */
24
-    public function getEventName(): string ;
24
+    public function getEventName(): string;
25 25
 }
Please login to merge, or discard this patch.
src/FootballSubject.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
 /**
6 6
  * @author    : Korotkov Danila <[email protected]>
Please login to merge, or discard this patch.