@@ -174,7 +174,7 @@ |
||
174 | 174 | $maxBypass = false; |
175 | 175 | break; |
176 | 176 | default: |
177 | - throw new \InvalidArgumentException('Invalid `$conditionsMode`: "' . $conditionsMode. '"'); |
|
177 | + throw new \InvalidArgumentException('Invalid `$conditionsMode`: "'.$conditionsMode.'"'); |
|
178 | 178 | } |
179 | 179 | |
180 | 180 | if ($maxBypass && $minBypass) { |