Test Failed
Pull Request — master (#10)
by Laurens
02:11
created
src/API/Inventory/Settings/NotificationSettings.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -66,7 +66,7 @@
 block discarded – undo
66 66
     private function validateEmailAddress($emailReceiver): void
67 67
     {
68 68
         if (!filter_var($emailReceiver, FILTER_VALIDATE_EMAIL)) {
69
-         throw new EmailAddressNotValidException(sprintf('\'%s\' is not a valid email address', $emailReceiver));
69
+            throw new EmailAddressNotValidException(sprintf('\'%s\' is not a valid email address', $emailReceiver));
70 70
         }
71 71
     }
72 72
 }
Please login to merge, or discard this patch.