Skip to content

Commit be3c911

Browse files
committed
minor #11483 fix some docblocks (xabbuh)
This PR was merged into the 2.3 branch. Discussion ---------- fix some docblocks | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | | License | MIT | Doc PR | Commits ------- 1775da5 fix some docblocks
2 parents e761923 + c4dcb83 commit be3c911

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)