Completed
Push — master ( ddfa3a...5be5f6 )
by Andrii
05:14
created
src/models/AssetPackage.php 1 patch
Doc Comments   +9 added lines patch added patch discarded remove patch
@@ -110,6 +110,9 @@  discard block
 block discarded – undo
110 110
         return [$type, $name];
111 111
     }
112 112
 
113
+    /**
114
+     * @return string
115
+     */
113 116
     public function getType()
114 117
     {
115 118
         return $this->_type;
@@ -120,6 +123,9 @@  discard block
 block discarded – undo
120 123
         return static::buildFullName($this->_type, static::normalizeName($this->_name));
121 124
     }
122 125
 
126
+    /**
127
+     * @return string
128
+     */
123 129
     public function getName()
124 130
     {
125 131
         return $this->_name;
@@ -260,6 +266,9 @@  discard block
 block discarded – undo
260 266
         return $requires;
261 267
     }
262 268
 
269
+    /**
270
+     * @param string $version
271
+     */
263 272
     public function prepareUid($version)
264 273
     {
265 274
         $known = $this->getSaved()->getRelease($version);
Please login to merge, or discard this patch.