Completed
Push — stable ( dc533a...1893d1 )
by Nuno
04:27
created
src/Providers/Catalog/Members.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,6 +34,6 @@
 block discarded – undo
34 34
      */
35 35
     public function find(Dom $dom)
36 36
     {
37
-        return (int)$dom->getElementsByClass('attendee-count')->text(true);
37
+        return (int) $dom->getElementsByClass('attendee-count')->text(true);
38 38
     }
39 39
 }
Please login to merge, or discard this patch.