@@ -22,7 +22,7 @@ |
||
22 | 22 | */ |
23 | 23 | public function testCreateCallbackStrategy(): void |
24 | 24 | { |
25 | - $callback = function ($connections): void { |
|
25 | + $callback = function($connections): void { |
|
26 | 26 | }; |
27 | 27 | |
28 | 28 | $strategy = StrategyFactory::create($callback); |
@@ -77,7 +77,7 @@ |
||
77 | 77 | * Get the value of the given field. |
78 | 78 | * |
79 | 79 | * |
80 | - * @param mixed $key |
|
80 | + * @param string $key |
|
81 | 81 | * |
82 | 82 | * @throws InvalidException If the given field does not exist |
83 | 83 | * |