Completed
Push — remove_deprecates ( 1de955...c03db3 )
by Fabio
16:32 queued 07:25
created
framework/Web/UI/ActiveControls/TCallbackClientSide.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -204,7 +204,7 @@  discard block
 block discarded – undo
204 204
 	}
205 205
 
206 206
 	/**
207
-	 * @return boolean true to post the inputs of the form on callback, default
207
+	 * @return string true to post the inputs of the form on callback, default
208 208
 	 * is post the inputs on callback.
209 209
 	 */
210 210
 	public function getPostState()
@@ -222,7 +222,7 @@  discard block
 block discarded – undo
222 222
 	}
223 223
 
224 224
 	/**
225
-	 * @return integer callback request timeout.
225
+	 * @return string callback request timeout.
226 226
 	 */
227 227
 	public function getRequestTimeOut()
228 228
 	{
@@ -250,7 +250,7 @@  discard block
 block discarded – undo
250 250
 	}
251 251
 
252 252
 	/**
253
-	 * @return boolean client-side viewstate will be updated on callback
253
+	 * @return boolean|string client-side viewstate will be updated on callback
254 254
 	 * response if true. Default is true.
255 255
 	 */
256 256
 	public function getEnablePageStateUpdate()
Please login to merge, or discard this patch.
framework/I18N/core/MessageSource.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -110,13 +110,13 @@
 block discarded – undo
110 110
 	/**
111 111
 	 * Factory method to instantiate a new MessageSource depending on the
112 112
 	 * source type. The allowed source types are 'XLIFF', 'PHP', 'gettext' and
113
-     * 'Database'. The source parameter depends on the source type. 
114
-     * For 'gettext', 'PHP' and 'XLIFF', 'source' should point to the directory 
115
-     * where the messages are stored. 
116
-     * For 'Database', 'source' must be a valid connection id.
113
+	 * 'Database'. The source parameter depends on the source type. 
114
+	 * For 'gettext', 'PHP' and 'XLIFF', 'source' should point to the directory 
115
+	 * where the messages are stored. 
116
+	 * For 'Database', 'source' must be a valid connection id.
117 117
 	 *
118
- 	 * Custom message source are possible by supplying the a filename parameter
119
- 	 * in the factory method.
118
+	 * Custom message source are possible by supplying the a filename parameter
119
+	 * in the factory method.
120 120
 	 * 
121 121
 	 * @param string the message source type.
122 122
 	 * @param string the location of the resource or the ConnectionID.
Please login to merge, or discard this patch.