Skip to content

Commit

Permalink
Merge pull request #2 from inhere/master
Browse files Browse the repository at this point in the history
some bug fixed and update
  • Loading branch information
inhere authored Apr 16, 2018
2 parents 527956f + 66e7835 commit c747c68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Bootstrap/Listeners/BeforeStartListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class BeforeStartListener implements BeforeStartInterface
/**
* @param AbstractServer $server
*/
public function onBeforeStart(AbstractServer &$server)
public function onBeforeStart(AbstractServer $server)
{
// add process
$this->addProcess($server);
Expand Down Expand Up @@ -54,4 +54,4 @@ private function addProcess(AbstractServer &$server)
}
}
}
}
}

0 comments on commit c747c68

Please sign in to comment.