From dd00af72cb56daf153fca298ebfddd8a7c83d9af Mon Sep 17 00:00:00 2001 From: Benjamin Perche Date: Wed, 16 Jul 2014 14:59:38 +0200 Subject: [PATCH] =?UTF-8?q?Fix=20cs=20=09modifi=C3=A9:=20=20=20=20=20=20?= =?UTF-8?q?=20=20=20core/lib/Thelia/Form/BruteforceForm.php=20=09modifi?= =?UTF-8?q?=C3=A9:=20=20=20=20=20=20=20=20=20core/lib/Thelia/Tests/Form/Fi?= =?UTF-8?q?rewallTest.php?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/lib/Thelia/Form/BruteforceForm.php | 2 +- core/lib/Thelia/Tests/Form/FirewallTest.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 +}