@@ -93,7 +93,7 @@ |
||
| 93 | 93 | * @param string $propertyIdent The property identifier. |
| 94 | 94 | * @return array|null |
| 95 | 95 | */ |
| 96 | - public function property($propertyIdent=null) |
|
| 96 | + public function property($propertyIdent = null) |
|
| 97 | 97 | { |
| 98 | 98 | if (isset($this->properties[$propertyIdent])) { |
| 99 | 99 | return $this->properties[$propertyIdent]; |