Completed
Push — master ( 0c7ad1...3f78d0 )
by max
02:13
created
src/Service/Updater.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -22,7 +22,6 @@  discard block
 block discarded – undo
22 22
     protected $eventManager;
23 23
 
24 24
     /**
25
-     * @param ValidatorInterface $validator
26 25
      * @param RepositoryInterface $repository
27 26
      */
28 27
     public function __construct(
@@ -37,7 +36,7 @@  discard block
 block discarded – undo
37 36
     /**
38 37
      * @param mixed $id
39 38
      * @param array $data
40
-     * @return EntityInterface|null
39
+     * @return null|\T4webDomainInterface\EntityInterface
41 40
      */
42 41
     public function update($id, array $data)
43 42
     {
Please login to merge, or discard this patch.