diff options
| author | Sam Light <sam@lightscale.co.uk> | 2026-06-10 19:00:32 +0100 |
|---|---|---|
| committer | Sam Light <sam@lightscale.co.uk> | 2026-06-10 19:00:32 +0100 |
| commit | 11beca762b31722e0e6690446f6dabf83bf9dafa (patch) | |
| tree | 7271aa4948002c6f57feb6230975d2304d95ddf5 /src/AbstractStrategy.php | |
| parent | ac836311005458a10dded324420be92f44976332 (diff) | |
code formatting
Diffstat (limited to 'src/AbstractStrategy.php')
| -rw-r--r-- | src/AbstractStrategy.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/AbstractStrategy.php b/src/AbstractStrategy.php index 206fd0d..a68f5c1 100644 --- a/src/AbstractStrategy.php +++ b/src/AbstractStrategy.php @@ -35,9 +35,7 @@ abstract class AbstractStrategy implements Strategy { foreach ($parameters as $key => $value) { if (!is_string($value)) { - throw new InvalidArgumentException( - "Parameter {$key} is not a string." - ); + throw new InvalidArgumentException("Parameter {$key} is not a string."); } } |
