Completed
Push — master ( 08cee9...1ce617 )
by Alexander
01:22
created
src/SVNBuddy/Repository/RevisionLog/Plugin/PathsPlugin.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -79,7 +79,7 @@
 block discarded – undo
79 79
 	/**
80 80
 	 * Defines parsing statistic types.
81 81
 	 *
82
-	 * @return array
82
+	 * @return string[]
83 83
 	 */
84 84
 	public function defineStatisticTypes()
85 85
 	{
Please login to merge, or discard this patch.
src/SVNBuddy/Repository/RevisionLog/Plugin/ProjectsPlugin.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -79,7 +79,7 @@
 block discarded – undo
79 79
 	/**
80 80
 	 * Defines parsing statistic types.
81 81
 	 *
82
-	 * @return array
82
+	 * @return string[]
83 83
 	 */
84 84
 	public function defineStatisticTypes()
85 85
 	{
Please login to merge, or discard this patch.
src/SVNBuddy/Repository/RevisionLog/Plugin/SummaryPlugin.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -79,7 +79,7 @@
 block discarded – undo
79 79
 	/**
80 80
 	 * Defines parsing statistic types.
81 81
 	 *
82
-	 * @return array
82
+	 * @return string[]
83 83
 	 */
84 84
 	public function defineStatisticTypes()
85 85
 	{
Please login to merge, or discard this patch.
src/SVNBuddy/Command/AggregateCommand.php 1 patch
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.
src/SVNBuddy/Process/ProcessFactory.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@
 block discarded – undo
41 41
 	 * Creates new Symfony PHP process with given arguments.
42 42
 	 *
43 43
 	 * @param string $command   Command.
44
-	 * @param array  $arguments Arguments.
44
+	 * @param string[]  $arguments Arguments.
45 45
 	 *
46 46
 	 * @return Process
47 47
 	 * @throws \RuntimeException When PHP executable can't be found.
Please login to merge, or discard this patch.