Completed
Push — master ( 36b955...c1ef80 )
by Dmitry
01:40
created
src/ManagerTrait.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -36,6 +36,9 @@
 block discarded – undo
36 36
         return $this->_itemClass ?: get_called_class();
37 37
     }
38 38
 
39
+    /**
40
+     * @param string $name
41
+     */
39 42
     public function getItemConfig($name = null, array $config = [])
40 43
     {
41 44
         if (!isset($config['class'])) {
Please login to merge, or discard this patch.
src/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.