Test Setup Failed
Branch master (c5b91a)
by DeGracia
02:46
created
Category
src/Manager.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.