Completed
Push — master ( 8e5b59...8530e7 )
by Andrii
01:51
created
src/price/PriceFactory.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -51,6 +51,9 @@
 block discarded – undo
51 51
         return $this->{$method}($dto);
52 52
     }
53 53
 
54
+    /**
55
+     * @param string $type
56
+     */
54 57
     public function findClassForType($type)
55 58
     {
56 59
         if (isset($this->types[$type])) {
Please login to merge, or discard this patch.