@@ -54,7 +54,7 @@ |
||
54 | 54 | { |
55 | 55 | $method = 'create' . ucfirst(strtolower($name)) . 'Driver'; |
56 | 56 | |
57 | - if (! method_exists($this, $method)) { |
|
57 | + if (!method_exists($this, $method)) { |
|
58 | 58 | throw new InvalidArgumentException('Driver [' . $name . '] not supported.'); |
59 | 59 | } |
60 | 60 |