Skip to content

Commit bdccc5d

Browse files
committed
Properly nest BasicIntegration methods under class
1 parent a265ed2 commit bdccc5d

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

docs/components/integrations.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -41,20 +41,20 @@ The ``HelloWorldIntegration`` needs to implement ``\Mautic\IntegrationsBundle\In
4141

4242
.. php:class:: \Mautic\IntegrationsBundle\Integration\BasicIntegration
4343
44-
.. php:method:: public function getName(): string;
44+
.. php:method:: public function getName(): string;
4545
46-
:return: Return the Integration's name.
47-
:returntype: string
46+
:return: Return the Integration's name.
47+
:returntype: string
4848

49-
.. php:method:: public function getDisplayName(): string;
49+
.. php:method:: public function getDisplayName(): string;
5050
51-
:return: Return the Integration's display name.
52-
:returntype: string
51+
:return: Return the Integration's display name.
52+
:returntype: string
5353

54-
.. php:method:: public function getIcon(): string;
54+
.. php:method:: public function getIcon(): string;
5555
56-
:return: Get the path to the Integration's icon.
57-
:returntype: string
56+
:return: Get the path to the Integration's icon.
57+
:returntype: string
5858

5959

6060

0 commit comments

Comments
 (0)