Ver Fonte

[php] update deprecation message for php.Web

Aleksandr Kuzmenko há 4 anos atrás
pai
commit
5ada72b430
1 ficheiros alterados com 1 adições e 1 exclusões
  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.