Completed
Push — master ( e0cade...c997a1 )
by Risan Bagja
02:44 queued 01:19
created
src/Config/ConfigFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -103,7 +103,7 @@
 block discarded – undo
103 103
         ];
104 104
 
105 105
         foreach ($requiredParams as $param) {
106
-            if (! isset($config[$param])) {
106
+            if (!isset($config[$param])) {
107 107
                 throw new InvalidArgumentException("Missing OAuth1 client configuration: {$param}.");
108 108
             }
109 109
         }
Please login to merge, or discard this patch.