This commit is contained in:
Artemy Pestretsov 2021-07-22 13:25:19 +03:00
parent 125e05ce5a
commit a575b4e759
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ use Attribute;
class Pure
{
/**
* @param bool $mayDependOnGlobalScope Whether the function result may be dependendent on anything except passed variables
* @param bool $mayDependOnGlobalScope Whether the function result may be dependent on anything except passed variables
*/
public function __construct(bool $mayDependOnGlobalScope = false) {}
}