Completed
Push — master ( 349a1f...8ae7aa )
by Ashley
07:19
created
src/Generator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@
 block discarded – undo
52 52
      *
53 53
      * @return $this
54 54
      */
55
-    public function for(string $email)
55
+    public function for (string $email)
56 56
     {
57 57
         $this->email = $email;
58 58
 
Please login to merge, or discard this patch.