Completed
Push — master ( 7bcfa7...7f7fda )
by Andrii
01:58
created
src/yii/ObjectTrait.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -127,7 +127,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.