summaryrefslogtreecommitdiff
path: root/src/AbstractStrategy.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/AbstractStrategy.php')
-rw-r--r--src/AbstractStrategy.php4
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.");
}
}