浏览代码

[php] update deprecation message for php.Web

Aleksandr Kuzmenko 4 年之前
父节点
当前提交
5ada72b430
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      std/php/Web.hx

+ 1 - 1
std/php/Web.hx

@@ -32,7 +32,7 @@ import php.SuperGlobal.*;
 	This class is used for accessing the local Web server and the current
 	client request and information.
 **/
-@:deprecated('php.Web is deprecated and will be removed from standard library in Haxe 4.2. See php.SuperGlobal and php.Global for alternatives.')
+@:deprecated('php.Web is deprecated and will be removed from standard library. See php.SuperGlobal and php.Global for alternatives.')
 class Web {
 	/**
 		Returns the GET and POST parameters.