Skip to content

Commit

Permalink
minor #4931 Remove horizontal scrollbar (ifdattic)
Browse files Browse the repository at this point in the history
This PR was merged into the 2.3 branch.

Discussion
----------

Remove horizontal scrollbar

| Q             | A
| ------------- | ---
| Doc fix?      | yes
| New docs?     | no
| Applies to    | 2.3
| Fixed tickets |

Commits
-------

0c236b4 Remove horizontal scrollbar
  • Loading branch information
wouterj committed Jan 31, 2015
2 parents 83696b8 + 0c236b4 commit c24c787
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion components/event_dispatcher/traceable_dispatcher.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,11 @@ to register event listeners and dispatch events::
// register an event listener
$eventListener = ...;
$priority = ...;
$traceableEventDispatcher->addListener('event.the_name', $eventListener, $priority);
$traceableEventDispatcher->addListener(
'event.the_name',
$eventListener,
$priority
);

// dispatch an event
$event = ...;
Expand Down

0 comments on commit c24c787

Please sign in to comment.