From 11beca762b31722e0e6690446f6dabf83bf9dafa Mon Sep 17 00:00:00 2001 From: Sam Light Date: Wed, 10 Jun 2026 19:00:32 +0100 Subject: code formatting --- src/AbstractStrategy.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/AbstractStrategy.php') 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."); } } -- cgit v1.2.3