Failed Conditions
Push — master ( acad7e...bfa4e7 )
by Alexander
02:33
created
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.