Browse Source

[php] update deprecation message for php.Web

Aleksandr Kuzmenko 4 years ago
parent
commit
5ada72b430
1 changed files with 1 additions and 1 deletions
  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.