Failed Conditions
Branch master (acad7e)
by Alexander
18:14 queued 08:15
created
src/SVNBuddy/Repository/RevisionLog/Plugin/ProjectsPlugin.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@
 block discarded – undo
33 33
 	/**
34 34
 	 * Defines parsing statistic types.
35 35
 	 *
36
-	 * @return array
36
+	 * @return string[]
37 37
 	 */
38 38
 	public function defineStatisticTypes()
39 39
 	{
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
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
 	/**
30 30
 	 * Defines parsing statistic types.
31 31
 	 *
32
-	 * @return array
32
+	 * @return string[]
33 33
 	 */
34 34
 	public function defineStatisticTypes()
35 35
 	{
Please login to merge, or discard this patch.
src/SVNBuddy/Repository/RevisionLog/RepositoryFiller.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -419,7 +419,7 @@
 block discarded – undo
419 419
 	 *
420 420
 	 * @param string $path Path.
421 421
 	 *
422
-	 * @return integer
422
+	 * @return string
423 423
 	 */
424 424
 	public function getPathChecksum($path)
425 425
 	{
Please login to merge, or discard this patch.