Completed
Push — master ( 5cc00e...2c8285 )
by Andrii
05:27
created
src/vo/DateTimeImmutableRepository.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,6 @@
 block discarded – undo
16 16
 class DateTimeImmutableRepository extends BaseRepository
17 17
 {
18 18
     /**
19
-     * @param array $row
20 19
      * @return DateTimeImmutable
21 20
      */
22 21
     public function create($data)
Please login to merge, or discard this patch.
src/price/TemplatePrice.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -24,6 +24,9 @@
 block discarded – undo
24 24
      */
25 25
     protected $subprices = [];
26 26
 
27
+    /**
28
+     * @param string $id
29
+     */
27 30
     public function __construct(
28 31
         $id,
29 32
         TypeInterface $type,
Please login to merge, or discard this patch.