Skip to content
This repository has been archived by the owner on Mar 12, 2020. It is now read-only.

Commit

Permalink
Update testIrcEvents phpDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
hashworks committed Jun 10, 2015
1 parent b11296a commit 053b30d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/EventQueueTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,12 @@ protected function setUp()

/**
* Tests the queue with IRC events.
* $event_params is the same as $params if set to null.
*
* @param string $method
* @param string $command
* @param array $params
* @param array $event_params
* @param array|null $event_params
* @param string|null $prefix
* @dataProvider dataProviderIrcEvents
*/
Expand Down

0 comments on commit 053b30d

Please sign in to comment.