@@ -86,8 +86,7 @@ |
||
| 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; |