Completed
Pull Request — master (#229)
by
unknown
02:31
created
src/Model/Address.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -89,8 +89,7 @@
 block discarded – undo
89 89
         $provinceCode = null,
90 90
         $phoneNumber = null,
91 91
         $company = null
92
-    )
93
-    {
92
+    ) {
94 93
         $this->id = $id;
95 94
         $this->firstName = $firstName;
96 95
         $this->lastName = $lastName;
Please login to merge, or discard this patch.