@@ -43,7 +43,7 @@ discard block  | 
                                                    ||
| 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  | 
                                                    ||
| 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);  |