Completed
Push — master ( 8fef4f...6746af )
by Alexander
03:54
created
src/SVNBuddy/Command/AggregateCommand.php 2 patches
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -127,7 +127,7 @@  discard block
 block discarded – undo
127 127
 	/**
128 128
 	 * Returns available sub command names.
129 129
 	 *
130
-	 * @return array
130
+	 * @return integer[]
131 131
 	 */
132 132
 	protected function getSubCommandNames()
133 133
 	{
@@ -420,7 +420,7 @@  discard block
 block discarded – undo
420 420
 	/**
421 421
 	 * Returns list of config settings.
422 422
 	 *
423
-	 * @return AbstractConfigSetting[]
423
+	 * @return PathsConfigSetting[]
424 424
 	 */
425 425
 	public function getConfigSettings()
426 426
 	{
Please login to merge, or discard this patch.
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,9 +11,9 @@
 block discarded – undo
11 11
 namespace ConsoleHelpers\SVNBuddy\Command;
12 12
 
13 13
 
14
+use ConsoleHelpers\ConsoleKit\Exception\CommandException;
14 15
 use ConsoleHelpers\SVNBuddy\Config\AbstractConfigSetting;
15 16
 use ConsoleHelpers\SVNBuddy\Config\PathsConfigSetting;
16
-use ConsoleHelpers\ConsoleKit\Exception\CommandException;
17 17
 use Stecman\Component\Symfony\Console\BashCompletion\CompletionContext;
18 18
 use Symfony\Component\Console\Application;
19 19
 use Symfony\Component\Console\Command\Command;
Please login to merge, or discard this patch.