@@ -20,7 +20,9 @@ |
||
20 | 20 | |
21 | 21 | if ( ! is_null($args)) { |
22 | 22 | foreach ($args as $key => $value) { |
23 | - if (property_exists($httpStatus, $key)) $httpStatus->$key = $value; |
|
23 | + if (property_exists($httpStatus, $key)) { |
|
24 | + $httpStatus->$key = $value; |
|
25 | + } |
|
24 | 26 | } |
25 | 27 | } |
26 | 28 |