Skip to content

Commit

Permalink
Use status for unused parameters.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmalloc committed Nov 15, 2013
1 parent b5d4997 commit edec528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ExtEventLoop.php
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ protected function unsubscribeStreamEvent($stream, $flag)
*/
protected function createTimerCallback()
{
$this->timerCallback = function ($streamIgnored, $flagsIgnored, $timer) {
$this->timerCallback = function ($_, $_, $timer) {

call_user_func($timer->getCallback(), $timer);

Expand Down

0 comments on commit edec528

Please sign in to comment.