Completed
Push — master ( 672bd2...315749 )
by Алексей
04:15
created
src/Base/BaseType.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -73,6 +73,9 @@
 block discarded – undo
73 73
         return new static(is_array($json) ? $json : json_decode($json, true));
74 74
     }
75 75
 
76
+    /**
77
+     * @param string $key
78
+     */
76 79
     public function get($key)
77 80
     {
78 81
         return $this->attributes->get($key);
Please login to merge, or discard this patch.