@@ -29,7 +29,6 @@ |
||
29 | 29 | /** |
30 | 30 | * Gets or sets the inner value |
31 | 31 | * |
32 | - * @param boolean $value |
|
33 | 32 | * @return boolean |
34 | 33 | */ |
35 | 34 | public function value() |
@@ -7,7 +7,7 @@ |
||
7 | 7 | |
8 | 8 | protected function isStringNotNullOrEmpty($str) |
9 | 9 | { |
10 | - if(!$this->isStringNotNull($str)){ |
|
10 | + if (!$this->isStringNotNull($str)) { |
|
11 | 11 | return false; |
12 | 12 | } |
13 | 13 | if (empty(trim($str))) { |