Skip to content

Commit

Permalink
fix(CS): Coding Style
Browse files Browse the repository at this point in the history
Signed-off-by: Yann 'Ze' Richard <yann.richard@univ-rennes2.fr>
  • Loading branch information
Zeuh committed Jul 8, 2024
1 parent 6b3fe37 commit b9710ce
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions src/PwnedPasswords.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
<?php


declare(strict_types=1);


/*
* Copyright (c) 2018-2019 Yann 'Ze' Richard <ze@nbox.org>
*
Expand Down
6 changes: 3 additions & 3 deletions tests/units/PwnedPasswords.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
<?php


declare(strict_types=1);


/*
* Copyright (c) 2018-2019 Yann 'Ze' Richard <ze@nbox.org>
*
Expand Down Expand Up @@ -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))
Expand Down

0 comments on commit b9710ce

Please sign in to comment.