Skip to content

Commit

Permalink
update event return type
Browse files Browse the repository at this point in the history
  • Loading branch information
mowangjuanzi authored and isfedorov committed Mar 3, 2021
1 parent 6162ee5 commit d3b74b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion event/event.php
Original file line number Diff line number Diff line change
Expand Up @@ -1552,7 +1552,7 @@ public function setAllowedMethods(int $methods): void
* @param string $path
* @param string $cb
* @param null|string $arg (optional)
*
* @return bool
* @see https://secure.php.net/manual/en/eventhttp.setcallback.php
*/
public function setCallback(string $path, string $cb, ?string $arg = null): bool
Expand Down

0 comments on commit d3b74b5

Please sign in to comment.