Completed
Push — master ( e11229...90bc38 )
by Gilmar
23:15
created
src/Entity/Product/Sku/PriceSchedule.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -57,6 +57,9 @@
 block discarded – undo
57 57
         return $datetime->format('c');
58 58
     }
59 59
 
60
+    /**
61
+     * @param string $string
62
+     */
60 63
     public function setDateInit($string)
61 64
     {
62 65
         return parent::setDateInit($this->dateFormat($string));
Please login to merge, or discard this patch.