Passed
Push — master ( 73cb5c...d21fbf )
by xiao
09:33 queued 10s
created
src/Collectable/Services/CollectableService.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -55,7 +55,7 @@
 block discarded – undo
55 55
             $userId = $this->currentUserId();
56 56
         }
57 57
 
58
-        if ( !$userId) {
58
+        if (!$userId) {
59 59
             throw InvalidCollector::notDefined();
60 60
         }
61 61
 
Please login to merge, or discard this patch.