@@ -179,7 +179,7 @@ |
||
179 | 179 | * @access public |
180 | 180 | * |
181 | 181 | * @param string $name Property to check if set. |
182 | - * @return bool Whether the property is set. |
|
182 | + * @return boolean|null Whether the property is set. |
|
183 | 183 | */ |
184 | 184 | public function __isset( $name ) { |
185 | 185 | if ( in_array( $name, $this->compat_fields ) ) { |