1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 05:50:42 +02:00

[ticket/14584] Change all to be removed tags to 4.0

PHPBB3-14584
This commit is contained in:
Máté Bartus
2016-04-06 22:44:31 +02:00
parent 54e5d41359
commit e9f28ea22c
4 changed files with 27 additions and 27 deletions

View File

@@ -121,7 +121,7 @@ class helper
* @param int $code The error code (e.g. 404, 500, 503, etc.)
* @return Response A Response instance
*
* @deprecated 3.1.3 (To be removed: 3.3.0) Use exceptions instead.
* @deprecated 3.1.3 (To be removed: 4.0.0) Use exceptions instead.
*/
public function error($message, $code = 500)
{