Skip to content

Commit c4dcb83

Browse files
committed
fix some docblocks
1 parent 8b82a8f commit c4dcb83

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Debug/TraceableEventDispatcher.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,8 +261,9 @@ public function preListenerCall($eventName, $eventId, $listener)
261261
/**
262262
* Returns information about the listener
263263
*
264-
* @param object $listener The listener
265-
* @param string $eventName The event name
264+
* @param object $listener The listener
265+
* @param int|null $eventId The event id
266+
* @param string $eventName The event name
266267
*
267268
* @return array Information about the listener
268269
*/

Fragment/FragmentHandler.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ public function setRequest(Request $request = null)
8181
* @return string|null The Response content or null when the Response is streamed
8282
*
8383
* @throws \InvalidArgumentException when the renderer does not exist
84+
* @throws \LogicException when no master request is being handled
8485
* @throws \RuntimeException when the Response is not successful
8586
*/
8687
public function render($uri, $renderer = 'inline', array $options = array())

0 commit comments

Comments
 (0)