Skip to content

Commit

Permalink
Change title level in event documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
alcaeus committed Jan 16, 2024
1 parent 4d8b960 commit e064235
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/en/reference/events.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Now we can add some event listeners to the ``$evm``. Let's create a
$evm->addEventListener([self::preFoo, self::postFoo], $this);
}
public function preFoo(EventArgs $e): void
public function preFoo(EventArgs $e): void
{
$this->preFooInvoked = true;
}
Expand Down Expand Up @@ -693,8 +693,8 @@ Define the ``EventTest`` class with a ``postCollectionLoad()`` method:
}
}
Load ClassMetadata Event
------------------------
loadClassMetadata
~~~~~~~~~~~~~~~~~

When the mapping information for a document is read, it is
populated in to a ``ClassMetadata`` instance. You can hook in to
Expand Down

0 comments on commit e064235

Please sign in to comment.