File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments