Completed
Push — master ( e4d84f...a0cd91 )
by Andrii
10:42
created
src/commands/SearchHandler.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@  discard block
 block discarded – undo
45 45
     }
46 46
 
47 47
     /**
48
-     * @param SearchCommand $command
48
+     * @param EntityCommandInterface $command
49 49
      */
50 50
     public function handle(EntityCommandInterface $command)
51 51
     {
@@ -60,7 +60,7 @@  discard block
 block discarded – undo
60 60
     }
61 61
 
62 62
     /**
63
-     * @param EntityCommandInterface|SearchCommand $command
63
+     * @param EntityCommandInterface $command
64 64
      * @return Specification
65 65
      */
66 66
     protected function buildSpecification(EntityCommandInterface $command)
@@ -84,7 +84,7 @@  discard block
 block discarded – undo
84 84
     }
85 85
 
86 86
     /**
87
-     * @param SearchCommand $command
87
+     * @param EntityCommandInterface $command
88 88
      * @return RepositoryInterface
89 89
      */
90 90
     protected function getRepository(EntityCommand $command)
Please login to merge, or discard this patch.