Skip to content

Commit 484901b

Browse files
author
Nikita Konstantinov
committed
fix typos in 2.1
1 parent 0282f70 commit 484901b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

components/event_dispatcher/generic_event.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ the event arguments::
7474

7575
$event = new GenericEvent(
7676
$subject,
77-
array('type' => 'foo', 'counter' => 0))
77+
array('type' => 'foo', 'counter' => 0)
7878
);
7979
$dispatcher->dispatch('foo', $event);
8080

cookbook/bundles/extension.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -527,6 +527,7 @@ Comments and examples can be added to your configuration nodes using the
527527

528528
return $treeBuilder;
529529
}
530+
}
530531

531532
This text appears as yaml comments in the output of the ``config:dump-reference``
532533
command.

0 commit comments

Comments
 (0)