Completed
Pull Request — master (#4)
by Marco
03:31
created
src/Comodojo/Dispatcher/Response/Preprocessor.php 1 patch
Spacing   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -86,8 +86,7 @@
 block discarded – undo
86 86
     public function get($status) {
87 87
 
88 88
         $preprocessor = $this->has($status) ?
89
-            $this->preprocessors[$status] :
90
-            $this->preprocessors[self::DEFAULT_STATUS];
89
+            $this->preprocessors[$status] : $this->preprocessors[self::DEFAULT_STATUS];
91 90
 
92 91
         return ($preprocessor instanceof HttpStatusPreprocessorInterface) ?
93 92
             $preprocessor : new $preprocessor;
Please login to merge, or discard this patch.