@@ -36,7 +36,7 @@ discard block |
||
36 | 36 | // @return return urldecoded string |
37 | 37 | public function params($name = null) |
38 | 38 | { |
39 | - if(is_null($name)){ |
|
39 | + if (is_null($name)) { |
|
40 | 40 | return $this->params; |
41 | 41 | } |
42 | 42 | |
@@ -53,7 +53,7 @@ discard block |
||
53 | 53 | |
54 | 54 | public function submitted($name = null) |
55 | 55 | { |
56 | - if(is_null($name)){ |
|
56 | + if (is_null($name)) { |
|
57 | 57 | return $_POST; |
58 | 58 | } |
59 | 59 |