Browse Source

[php] update deprecation message for php.Web

Aleksandr Kuzmenko 4 năm trước cách đây
mục cha
commit
5ada72b430
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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
 	This class is used for accessing the local Web server and the current
 	client request and information.
 	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 {
 class Web {
 	/**
 	/**
 		Returns the GET and POST parameters.
 		Returns the GET and POST parameters.