@@ -172,7 +172,7 @@ |
||
| 172 | 172 | |
| 173 | 173 | $property = str_replace("get_", "", $property); |
| 174 | 174 | |
| 175 | - if(property_exists($this, $property)){ |
|
| 175 | + if (property_exists($this, $property)) { |
|
| 176 | 176 | return $this->$property; |
| 177 | 177 | } |
| 178 | 178 | } |