Completed
Branch master (8fc554)
by Alexander
06:05
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
@@ -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/Command/MergeCommand.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -549,7 +549,7 @@
 block discarded – undo
549 549
 	/**
550 550
 	 * Returns list of config settings.
551 551
 	 *
552
-	 * @return AbstractConfigSetting[]
552
+	 * @return StringConfigSetting[]
553 553
 	 */
554 554
 	public function getConfigSettings()
555 555
 	{
Please login to merge, or discard this patch.
src/SVNBuddy/Repository/RevisionLog/BugsRevisionLogPlugin.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -155,7 +155,7 @@
 block discarded – undo
155 155
 	/**
156 156
 	 * Returns cache invalidator for this plugin data.
157 157
 	 *
158
-	 * @return string
158
+	 * @return integer
159 159
 	 */
160 160
 	public function getCacheInvalidator()
161 161
 	{
Please login to merge, or discard this patch.
src/SVNBuddy/Repository/RevisionLog/MergesRevisionLogPlugin.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -153,7 +153,7 @@
 block discarded – undo
153 153
 	/**
154 154
 	 * Returns cache invalidator for this plugin data.
155 155
 	 *
156
-	 * @return string
156
+	 * @return integer
157 157
 	 */
158 158
 	public function getCacheInvalidator()
159 159
 	{
Please login to merge, or discard this patch.
src/SVNBuddy/Repository/RevisionLog/PathsRevisionLogPlugin.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -149,7 +149,7 @@
 block discarded – undo
149 149
 	/**
150 150
 	 * Returns cache invalidator for this plugin data.
151 151
 	 *
152
-	 * @return string
152
+	 * @return integer
153 153
 	 */
154 154
 	public function getCacheInvalidator()
155 155
 	{
Please login to merge, or discard this patch.
src/SVNBuddy/Repository/RevisionLog/RevisionLog.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/Repository/RevisionLog/SummaryRevisionLogPlugin.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -155,7 +155,7 @@
 block discarded – undo
155 155
 	/**
156 156
 	 * Returns cache invalidator for this plugin data.
157 157
 	 *
158
-	 * @return string
158
+	 * @return integer
159 159
 	 */
160 160
 	public function getCacheInvalidator()
161 161
 	{
Please login to merge, or discard this patch.