Passed
Push — master ( 038f17...45f380 )
by Iman
02:22
created
src/helpers.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@  discard block
 block discarded – undo
1 1
 <?php
2
-if (! function_exists('sendAndTerminate')) {
2
+if (!function_exists('sendAndTerminate')) {
3 3
     /**
4 4
      * Get the path to the resources folder.
5 5
      *
@@ -12,7 +12,7 @@  discard block
 block discarded – undo
12 12
     }
13 13
 }
14 14
 
15
-if (! function_exists('respondWith')) {
15
+if (!function_exists('respondWith')) {
16 16
     /**
17 17
      * Get the path to the resources folder.
18 18
      *
Please login to merge, or discard this patch.
src/TerminateException.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -36,6 +36,6 @@
 block discarded – undo
36 36
      */
37 37
     public function render()
38 38
     {
39
-       return $this->response;
39
+        return $this->response;
40 40
     }
41 41
 }
42 42
\ No newline at end of file
Please login to merge, or discard this patch.