Completed
Push — master ( 81d10e...3eebf6 )
by Bernhard
01:55
created
src/Command/Track.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,6 @@
 block discarded – undo
22 22
 use Symfony\Component\Console\Command\Command;
23 23
 use Symfony\Component\Console\Input\InputArgument;
24 24
 use Symfony\Component\Console\Input\InputInterface;
25
-use Symfony\Component\Console\Input\InputOption;
26 25
 use Symfony\Component\Console\Output\OutputInterface;
27 26
 use Wicked\Timely\Entities\Booking;
28 27
 use Wicked\Timely\Storage\StorageFactory;
Please login to merge, or discard this patch.
src/Command/Pause.php 1 patch
Doc Comments   -4 removed lines patch added patch discarded remove patch
@@ -118,8 +118,6 @@  discard block
 block discarded – undo
118 118
     /**
119 119
      * Assert that a given "resume" command makes sense
120 120
      *
121
-     * @param \Symfony\Component\Console\Input\InputInterface   $input  The command input
122
-     * @param \Symfony\Component\Console\Output\OutputInterface $output The command output
123 121
      *
124 122
      * @return void
125 123
      *
@@ -137,8 +135,6 @@  discard block
 block discarded – undo
137 135
     /**
138 136
      * Assert that a given "start" command makes sense
139 137
      *
140
-     * @param \Symfony\Component\Console\Input\InputInterface   $input  The command input
141
-     * @param \Symfony\Component\Console\Output\OutputInterface $output The command output
142 138
      *
143 139
      * @return void
144 140
      *
Please login to merge, or discard this patch.
src/Command/Show.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -20,9 +20,7 @@
 block discarded – undo
20 20
 namespace Wicked\Timely\Command;
21 21
 
22 22
 use Symfony\Component\Console\Command\Command;
23
-use Symfony\Component\Console\Input\InputArgument;
24 23
 use Symfony\Component\Console\Input\InputInterface;
25
-use Symfony\Component\Console\Input\InputOption;
26 24
 use Symfony\Component\Console\Output\OutputInterface;
27 25
 use Wicked\Timely\Storage\StorageFactory;
28 26
 use Wicked\Timely\Formatter\FormatterFactory;
Please login to merge, or discard this patch.
src/Entities/Pause.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -67,7 +67,6 @@
 block discarded – undo
67 67
     /**
68 68
      * Whether or not this booking can be the start of a task
69 69
      *
70
-     * @param boolean $includePause Whether or not pauses are included as task building bookings
71 70
      *
72 71
      * @return boolean
73 72
      */
Please login to merge, or discard this patch.