29
0
mirror of https://github.com/joomla/joomla-cms.git synced 2024-08-03 17:50:26 +00:00

Fix when deprecation was introduced

See https://developer.joomla.org/joomlacode-archive/issue-31727.html
This commit is contained in:
George Wilson 2023-08-03 23:18:39 +01:00 committed by GitHub
parent 08fab2d3dc
commit 7a547ab207
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -417,7 +417,7 @@ abstract class CMSApplication extends WebApplication implements ContainerAwareIn
*
* @since 3.2
*
* @deprecated 4.0 will be removed in 6.0
* @deprecated 3.2 will be removed in 6.0
* Use get() instead
* Example: Factory::getApplication()->get($varname, $default);
*/