Completed
Push — master ( 4493f0...1ecc26 )
by Sergi Tur
04:12
created
src/Traits/Serve.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -16,7 +16,6 @@  discard block
 block discarded – undo
16 16
     /**
17 17
      * Serve command.
18 18
      *
19
-     * @param int $port
20 19
      */
21 20
     protected function serve(InputInterface $input, OutputInterface $output)
22 21
     {
@@ -75,7 +74,7 @@  discard block
 block discarded – undo
75 74
      * Obtain port.
76 75
      *
77 76
      * @param InputInterface $input
78
-     * @return mixed|string
77
+     * @return integer
79 78
      */
80 79
     protected function port(InputInterface $input) {
81 80
         $name = $input->getArgument('port');
Please login to merge, or discard this patch.