Completed
Pull Request — master (#122)
by Alexander
03:21
created
src/SVNBuddy/Command/ConfigCommand.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
 	 * @param mixed $value Value.
205 205
 	 *
206
-	 * @return mixed
206
+	 * @return string
207 207
 	 */
208 208
 	protected function openEditor($value)
209 209
 	{
Please login to merge, or discard this patch.
src/SVNBuddy/Repository/RevisionLog/Plugin/BugsPlugin.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/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.
src/SVNBuddy/Command/ConflictsCommand.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -158,7 +158,7 @@  discard block
 block discarded – undo
158 158
 	/**
159 159
 	 * Returns allowed modes.
160 160
 	 *
161
-	 * @return array
161
+	 * @return string[]
162 162
 	 */
163 163
 	protected function getModes()
164 164
 	{
@@ -168,7 +168,7 @@  discard block
 block discarded – undo
168 168
 	/**
169 169
 	 * Returns list of config settings.
170 170
 	 *
171
-	 * @return AbstractConfigSetting[]
171
+	 * @return ArrayConfigSetting[]
172 172
 	 */
173 173
 	public function getConfigSettings()
174 174
 	{
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/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.
src/SVNBuddy/Command/MergeCommand.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -722,7 +722,7 @@
 block discarded – undo
722 722
 	/**
723 723
 	 * Returns option names, that makes sense to use in aggregation mode.
724 724
 	 *
725
-	 * @return array
725
+	 * @return string[]
726 726
 	 */
727 727
 	public function getAggregatedOptions()
728 728
 	{
Please login to merge, or discard this patch.
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 1 patch
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.