Skip to content

Commit 6520771

Browse files
committed
Properly nest TriggerBuilderEvent methods under class
1 parent 6b76372 commit 6520771

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/components/points.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -139,15 +139,15 @@ Mautic dispatches the Event ``\Mautic\PointBundle\PointEvents::TRIGGER_ON_BUILD`
139139

140140
.. php:class:: Mautic\PointBundle\Event\TriggerBuilderEvent
141141
142-
.. php:method:: public function addEvent(string $key, array $action)
142+
.. php:method:: public function addEvent(string $key, array $action)
143143
144-
:param string $key: Unique key for the Action.
145-
:param array $action: :ref:`Action definition<components/points:Custom Point Trigger definition>`.
144+
:param string $key: Unique key for the Action.
145+
:param array $action: :ref:`Action definition<components/points:Custom Point Trigger definition>`.
146146

147-
.. php:method:: public getEvents()
147+
.. php:method:: public getEvents()
148148
149-
:return: Array of registered Events.
150-
:returntype: array
149+
:return: Array of registered Events.
150+
:returntype: array
151151

152152
.. vale off
153153

0 commit comments

Comments
 (0)