diff --git a/core/lib/Thelia/Form/BruteforceForm.php b/core/lib/Thelia/Form/BruteforceForm.php index 3d2ca693d..068f7682a 100644 --- a/core/lib/Thelia/Form/BruteforceForm.php +++ b/core/lib/Thelia/Form/BruteforceForm.php @@ -34,4 +34,4 @@ abstract class BruteforceForm extends FirewallForm return ConfigQuery::read("form_firewall_bruteforce_attempts", static::DEFAULT_ATTEMPTS); } -} \ No newline at end of file +} diff --git a/core/lib/Thelia/Tests/Form/FirewallTest.php b/core/lib/Thelia/Tests/Form/FirewallTest.php index 826d744de..eb6e2dd07 100644 --- a/core/lib/Thelia/Tests/Form/FirewallTest.php +++ b/core/lib/Thelia/Tests/Form/FirewallTest.php @@ -132,4 +132,4 @@ class FirewallTest extends \PHPUnit_Framework_TestCase $this->form->getWaitingTime() ); } -} \ No newline at end of file +}