Completed
Push — master ( cd73c5...d4f6f6 )
by Andrii
06:09
created
src/models/Price.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -100,6 +100,9 @@
 block discarded – undo
100 100
         return array_intersect_key($units, array_combine($possibleTypes, $possibleTypes));
101 101
     }
102 102
 
103
+    /**
104
+     * @return string
105
+     */
103 106
     public function getUnitLabel()
104 107
     {
105 108
         return $this->getUnitOptions()[$this->unit] ?? null;
Please login to merge, or discard this patch.