Test Failed
Pull Request — master (#11)
by Joao
01:49
created
src/MockHttpRequest.php 1 patch
Braces   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -125,8 +125,9 @@
 block discarded – undo
125 125
 
126 126
         // loop data blocks
127 127
         foreach ($blocks as $id => $block) {
128
-            if (empty($block))
129
-                continue;
128
+            if (empty($block)) {
129
+                            continue;
130
+            }
130 131
 
131 132
             $name = [];
132 133
             preg_match('/\bname=\"([^\"]*)\"\s*;/s', $block, $name);
Please login to merge, or discard this patch.
src/OutputProcessor/OutputProcessorInterface.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -40,8 +40,8 @@
 block discarded – undo
40 40
     public function getDetailedErrorHandler();
41 41
 
42 42
         /**
43
-     * @return Handler
44
-     */
43
+         * @return Handler
44
+         */
45 45
     public function getErrorHandler();
46 46
 
47 47
     /**
Please login to merge, or discard this patch.
src/Whoops/WhoopsWrapper.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -43,9 +43,9 @@
 block discarded – undo
43 43
      *
44 44
      ********************************************************* */
45 45
 
46
-     /**
47
-     * @return int|null A handler may return nothing, or a Handler::HANDLE_* constant
48
-     */
46
+        /**
47
+         * @return int|null A handler may return nothing, or a Handler::HANDLE_* constant
48
+         */
49 49
     public function handle()
50 50
     {
51 51
         if (!empty($this->outputProcessor)) {
Please login to merge, or discard this patch.