@@ -127,7 +127,7 @@ |
||
| 127 | 127 | * Checks if a property value is null. |
| 128 | 128 | * This method overrides the parent implementation by checking if the named item is loaded. |
| 129 | 129 | * @param string $name the property name or the event name |
| 130 | - * @return bool whether the property value is null |
|
| 130 | + * @return boolean|null whether the property value is null |
|
| 131 | 131 | */ |
| 132 | 132 | public function __unset($name) |
| 133 | 133 | { |