Completed
Pull Request — master (#114)
by Alexander
09:15
created
src/SVNBuddy/Command/SearchCommand.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -184,7 +184,7 @@
 block discarded – undo
184 184
 	/**
185 185
 	 * Returns match types.
186 186
 	 *
187
-	 * @return array
187
+	 * @return string[]
188 188
 	 */
189 189
 	protected function getMatchTypes()
190 190
 	{
Please login to merge, or discard this patch.
src/SVNBuddy/Repository/Connector/Connector.php 2 patches
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -236,7 +236,7 @@  discard block
 block discarded – undo
236 236
 	 *
237 237
 	 * @param string $name        Property name.
238 238
 	 * @param string $path_or_url Path to get property from.
239
-	 * @param mixed  $revision    Revision.
239
+	 * @param integer|null  $revision    Revision.
240 240
 	 *
241 241
 	 * @return string
242 242
 	 * @throws RepositoryCommandException When other, then missing property exception happens.
@@ -319,7 +319,7 @@  discard block
 block discarded – undo
319 319
 	 *
320 320
 	 * @param string $path Path to a file.
321 321
 	 *
322
-	 * @return string|boolean
322
+	 * @return string|false
323 323
 	 * @see    getProjectUrl
324 324
 	 */
325 325
 	public function getRefByPath($path)
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\Repository\Connector;
12 12
 
13 13
 
14
+use ConsoleHelpers\ConsoleKit\Config\ConfigEditor;
14 15
 use ConsoleHelpers\ConsoleKit\ConsoleIO;
15 16
 use ConsoleHelpers\SVNBuddy\Cache\CacheManager;
16
-use ConsoleHelpers\ConsoleKit\Config\ConfigEditor;
17 17
 use ConsoleHelpers\SVNBuddy\Exception\RepositoryCommandException;
18 18
 use ConsoleHelpers\SVNBuddy\Process\IProcessFactory;
19 19
 use ConsoleHelpers\SVNBuddy\Repository\Parser\RevisionListParser;
Please login to merge, or discard this patch.
src/SVNBuddy/Repository/RevisionLog/Plugin/MergesPlugin.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/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.