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

@@ -14,7 +14,7 @@
namespace phpbb;
/**
* @deprecated 3.2.0-dev (To be removed 3.3.0) use \phpbb\filesystem\filesystem instead
* @deprecated 3.2.0-dev (To be removed 4.0.0) use \phpbb\filesystem\filesystem instead
*/
class filesystem extends \phpbb\filesystem\filesystem
{