Completed
Push — master ( 779a81...c729b3 )
by Ashley
01:55
created
src/Generator.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@  discard block
 block discarded – undo
43 43
      *
44 44
      * @return $this
45 45
      */
46
-    public function for(string $email)
46
+    public function for (string $email)
47 47
     {
48 48
         $this->email = $email;
49 49
 
@@ -95,7 +95,7 @@  discard block
 block discarded – undo
95 95
     {
96 96
         $invites = collect();
97 97
 
98
-        for($i = 0; $i < $this->amount; $i++) {
98
+        for ($i = 0; $i < $this->amount; $i++) {
99 99
             $invite = $this->build();
100 100
 
101 101
             $invites->push($invite);
Please login to merge, or discard this patch.