Passed
Push — master ( ebfa4f...1847b7 )
by Robin
07:37 queued 10s
created
src/JustGivingClient.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -162,7 +162,7 @@
 block discarded – undo
162 162
     {
163 163
         $class = __NAMESPACE__ . '\\ResourceClients\\' . ucfirst($property) . 'Client';
164 164
 
165
-        if (! class_exists($class)) {
165
+        if ( ! class_exists($class)) {
166 166
             throw new ClassNotFoundException($class);
167 167
         }
168 168
 
Please login to merge, or discard this patch.