summaryrefslogtreecommitdiff
path: root/src/Contracts
diff options
context:
space:
mode:
Diffstat (limited to 'src/Contracts')
-rw-r--r--src/Contracts/Strategy.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Contracts/Strategy.php b/src/Contracts/Strategy.php
index bf447c3..afd1c8c 100644
--- a/src/Contracts/Strategy.php
+++ b/src/Contracts/Strategy.php
@@ -26,6 +26,7 @@ interface Strategy
/**
* @param array<string, mixed> $parameters
+ *
* @return array<string, string>
*/
public function parseParameters(array $parameters): array;