Fix: prototypes of Event::getSupportedMethods and Event::del

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332822 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Ruslan Osmanov 2014-02-10 18:39:45 +00:00
parent 2c43e8319f
commit 17ada9155a
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@
&reftitle.description;
<methodsynopsis>
<modifier>public</modifier>
<type>void</type>
<type>bool</type>
<methodname>Event::del</methodname>
<void />
</methodsynopsis>

View file

@ -10,7 +10,7 @@
<methodsynopsis>
<modifier>public</modifier>
<modifier>static</modifier>
<type>void</type>
<type>array</type>
<methodname>Event::getSupportedMethods</methodname>
<void />
</methodsynopsis>