Completed
Pull Request — master (#107)
by Alexander
02:53 queued 50s
created
src/SVNBuddy/Repository/RevisionLog/Plugin/ProjectsPlugin.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/Command/LogCommand.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -359,7 +359,7 @@  discard block
 block discarded – undo
359 359
 	/**
360 360
 	 * Returns all refs.
361 361
 	 *
362
-	 * @return array
362
+	 * @return string[]
363 363
 	 */
364 364
 	protected function getAllRefs()
365 365
 	{
@@ -372,7 +372,7 @@  discard block
 block discarded – undo
372 372
 	/**
373 373
 	 * Returns all actions.
374 374
 	 *
375
-	 * @return array
375
+	 * @return string[]
376 376
 	 */
377 377
 	protected function getAllActions()
378 378
 	{
@@ -382,7 +382,7 @@  discard block
 block discarded – undo
382 382
 	/**
383 383
 	 * Returns all actions.
384 384
 	 *
385
-	 * @return array
385
+	 * @return string[]
386 386
 	 */
387 387
 	protected function getAllKinds()
388 388
 	{
@@ -600,7 +600,7 @@  discard block
 block discarded – undo
600 600
 	/**
601 601
 	 * Returns option names, that makes sense to use in aggregation mode.
602 602
 	 *
603
-	 * @return array
603
+	 * @return string[]
604 604
 	 */
605 605
 	public function getAggregatedOptions()
606 606
 	{
Please login to merge, or discard this patch.
src/SVNBuddy/Command/MergeCommand.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/Command/CommitCommand.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -203,7 +203,7 @@
 block discarded – undo
203 203
 	/**
204 204
 	 * Returns list of config settings.
205 205
 	 *
206
-	 * @return AbstractConfigSetting[]
206
+	 * @return ChoiceConfigSetting[]
207 207
 	 */
208 208
 	public function getConfigSettings()
209 209
 	{
Please login to merge, or discard this patch.