1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +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
committed by Marc Alexander
parent 7a831c3e28
commit cfaf24bd45
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)
{