Skip to content

Commit 90a6d1e

Browse files
committed
Properly nest ParameterCredentialsInterface methods under class
1 parent 9c1d6e0 commit 90a6d1e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/components/integrations_authentication.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -165,15 +165,15 @@ To use the parameter based API key, create a credentials class that implements `
165165

166166
.. php:class:: \Mautic\IntegrationsBundle\Auth\Provider\ApiKey\Credentials\ParameterCredentialsInterface
167167
168-
.. php:method:: public function getKeyName(): string;
168+
.. php:method:: public function getKeyName(): string;
169169
170-
:return: Key name.
171-
:returntype: string
170+
:return: Key name.
171+
:returntype: string
172172

173-
.. php:method:: public function getApiKey(): ?string;
173+
.. php:method:: public function getApiKey(): ?string;
174174
175-
:return: API key or null.
176-
:returntype: ?string
175+
:return: API key or null.
176+
:returntype: ?string
177177

178178
Find the code snippet as follows,
179179

0 commit comments

Comments
 (0)