Completed
Push — master ( 3d86a4...f2c5a1 )
by Igor C. de
11:37
created
src/helpers.php 1 patch
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -8,14 +8,14 @@
 block discarded – undo
8 8
 use AdminWeb\PayerPagSeguro\States\FactoryState;
9 9
 use AdminWeb\PayerPagSeguro\Events\FactoryEvent;
10 10
 
11
-if(!function_exists('makeState')){
12
-    function makeState($state){
11
+if (!function_exists('makeState')) {
12
+    function makeState($state) {
13 13
         return FactoryState::get($state);
14 14
     }
15 15
 }
16 16
 
17
-if(!function_exists('makeEvent')){
18
-    function makeEvent($event){
17
+if (!function_exists('makeEvent')) {
18
+    function makeEvent($event) {
19 19
         return FactoryEvent::get($event);
20 20
     }
21 21
 }
Please login to merge, or discard this patch.
src/Events/ReturnedEvent.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,6 +18,6 @@
 block discarded – undo
18 18
 
19 19
     public function __toString()
20 20
     {
21
-       return self::EVENT;
21
+        return self::EVENT;
22 22
     }
23 23
 }
24 24
\ No newline at end of file
Please login to merge, or discard this patch.
src/Events/CancelledEvent.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,6 +18,6 @@
 block discarded – undo
18 18
 
19 19
     public function __toString()
20 20
     {
21
-      return self::EVENT;
21
+        return self::EVENT;
22 22
     }
23 23
 }
24 24
\ No newline at end of file
Please login to merge, or discard this patch.
src/Events/AvailableEvent.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,6 +19,6 @@
 block discarded – undo
19 19
     
20 20
     public function __toString()
21 21
     {
22
-       return self::EVENT;
22
+        return self::EVENT;
23 23
     }
24 24
 }
25 25
\ No newline at end of file
Please login to merge, or discard this patch.
src/Events/ContestEvent.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,6 +17,6 @@
 block discarded – undo
17 17
 
18 18
     public function __toString()
19 19
     {
20
-       return self::EVENT;
20
+        return self::EVENT;
21 21
     }
22 22
 }
23 23
\ No newline at end of file
Please login to merge, or discard this patch.