We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b3fe37 commit b9710ceCopy full SHA for b9710ce
src/PwnedPasswords.php
@@ -1,7 +1,9 @@
1
<?php
2
3
+
4
declare(strict_types=1);
5
6
7
/*
8
* Copyright (c) 2018-2019 Yann 'Ze' Richard <ze@nbox.org>
9
*
tests/units/PwnedPasswords.php
@@ -96,9 +98,7 @@ public function testIPwned() : void
96
98
97
99
$i++;
100
$pass = '123456';
- $options = array(
- CURLOPT_HEADER => false
101
- );
+ $options = array(CURLOPT_HEADER => false);
102
$this->assert(__METHOD__ . ' : test #' . $i)
103
->if($this->newTestedInstance())
104
->and($this->testedInstance->setCurlOptions($options))
0 commit comments