Completed
Pull Request — master (#107)
by Alexander
02:53 queued 50s
created
src/SVNBuddy/Command/AggregateCommand.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -369,7 +369,7 @@
 block discarded – undo
369 369
 	/**
370 370
 	 * Returns list of config settings.
371 371
 	 *
372
-	 * @return AbstractConfigSetting[]
372
+	 * @return PathsConfigSetting[]
373 373
 	 */
374 374
 	public function getConfigSettings()
375 375
 	{
Please login to merge, or discard this patch.
src/SVNBuddy/Command/ConfigCommand.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -119,7 +119,7 @@
 block discarded – undo
119 119
 	/**
120 120
 	 * Returns format version.
121 121
 	 *
122
-	 * @return mixed
122
+	 * @return string
123 123
 	 */
124 124
 	private function _getCacheInvalidator()
125 125
 	{
Please login to merge, or discard this patch.
src/SVNBuddy/Command/Dev/PharCreateCommand.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -220,7 +220,7 @@
 block discarded – undo
220 220
 	 * Runs command.
221 221
 	 *
222 222
 	 * @param string      $command           Command.
223
-	 * @param array       $arguments         Arguments.
223
+	 * @param string[]       $arguments         Arguments.
224 224
 	 * @param string|null $working_directory Working directory.
225 225
 	 *
226 226
 	 * @return string
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
@@ -219,7 +219,7 @@  discard block
 block discarded – undo
219 219
 	 *
220 220
 	 * @param string $name        Property name.
221 221
 	 * @param string $path_or_url Path to get property from.
222
-	 * @param mixed  $revision    Revision.
222
+	 * @param integer|null  $revision    Revision.
223 223
 	 *
224 224
 	 * @return string
225 225
 	 */
@@ -288,7 +288,7 @@  discard block
 block discarded – undo
288 288
 	 *
289 289
 	 * @param string $path Path to a file.
290 290
 	 *
291
-	 * @return string|boolean
291
+	 * @return string|false
292 292
 	 * @see    getProjectUrl
293 293
 	 */
294 294
 	public function getRefByPath($path)
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.
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/Repository/RevisionLog/Plugin/BugsPlugin.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/Plugin/MergesPlugin.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.