@@ -73,10 +73,10 @@ |
||
73 | 73 | * @param string $name Name of the attribute |
74 | 74 | * @return bool TRUE if the property is available, FALSE if not |
75 | 75 | */ |
76 | - public function __isset( string $name ) : bool |
|
77 | - { |
|
78 | - return isset( $this->values[$name] ); |
|
79 | - } |
|
76 | + public function __isset( string $name ) : bool |
|
77 | + { |
|
78 | + return isset( $this->values[$name] ); |
|
79 | + } |
|
80 | 80 | |
81 | 81 | |
82 | 82 | /** |