From b9710ce9f20a8e74cee7fb90c6551c6703c4991b Mon Sep 17 00:00:00 2001 From: Yann 'Ze' Richard Date: Mon, 8 Jul 2024 18:32:23 +0200 Subject: [PATCH] fix(CS): Coding Style Signed-off-by: Yann 'Ze' Richard --- src/PwnedPasswords.php | 2 ++ tests/units/PwnedPasswords.php | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/PwnedPasswords.php b/src/PwnedPasswords.php index b6aa44d..2e1cc68 100644 --- a/src/PwnedPasswords.php +++ b/src/PwnedPasswords.php @@ -1,7 +1,9 @@ * diff --git a/tests/units/PwnedPasswords.php b/tests/units/PwnedPasswords.php index 4689360..c5000c7 100644 --- a/tests/units/PwnedPasswords.php +++ b/tests/units/PwnedPasswords.php @@ -1,7 +1,9 @@ * @@ -96,9 +98,7 @@ public function testIPwned() : void $i++; $pass = '123456'; - $options = array( - CURLOPT_HEADER => false - ); + $options = array(CURLOPT_HEADER => false); $this->assert(__METHOD__ . ' : test #' . $i) ->if($this->newTestedInstance()) ->and($this->testedInstance->setCurlOptions($options))