diff options
author | Máté Kocsis <kocsismate@woohoolabs.com> | 2020-10-13 20:03:00 +0200 |
---|---|---|
committer | Máté Kocsis <kocsismate@woohoolabs.com> | 2020-10-16 10:56:33 +0200 |
commit | d6264b09665c20ee73d7a1017db0730f9a7c7973 (patch) | |
tree | bb465d70db16df73ce28bcc1fadab1a57dd92c02 /ext/xmlwriter/php_xmlwriter.stub.php | |
parent | 3841ea338ef2508d467efef9ec45d03162ba695d (diff) | |
download | php-git-d6264b09665c20ee73d7a1017db0730f9a7c7973.tar.gz |
Verify parameter names of function aliases
Closes GH-6335
Diffstat (limited to 'ext/xmlwriter/php_xmlwriter.stub.php')
-rw-r--r-- | ext/xmlwriter/php_xmlwriter.stub.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/xmlwriter/php_xmlwriter.stub.php b/ext/xmlwriter/php_xmlwriter.stub.php index cab872ce10..9334545ffa 100644 --- a/ext/xmlwriter/php_xmlwriter.stub.php +++ b/ext/xmlwriter/php_xmlwriter.stub.php @@ -91,12 +91,14 @@ class XMLWriter /** * @return bool * @alias xmlwriter_open_uri + * @no-verify Behaviour differs from the aliased function */ public function openUri(string $uri) {} /** * @return bool * @alias xmlwriter_open_memory + * @no-verify Behaviour differs from the aliased function */ public function openMemory() {} |