Skip to content

Commit b9710ce

Browse files
committed
fix(CS): Coding Style
Signed-off-by: Yann 'Ze' Richard <yann.richard@univ-rennes2.fr>
1 parent 6b3fe37 commit b9710ce

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

src/PwnedPasswords.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
<?php
22

3+
34
declare(strict_types=1);
45

6+
57
/*
68
* Copyright (c) 2018-2019 Yann 'Ze' Richard <ze@nbox.org>
79
*

tests/units/PwnedPasswords.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
<?php
22

3+
34
declare(strict_types=1);
45

6+
57
/*
68
* Copyright (c) 2018-2019 Yann 'Ze' Richard <ze@nbox.org>
79
*
@@ -96,9 +98,7 @@ public function testIPwned() : void
9698

9799
$i++;
98100
$pass = '123456';
99-
$options = array(
100-
CURLOPT_HEADER => false
101-
);
101+
$options = array(CURLOPT_HEADER => false);
102102
$this->assert(__METHOD__ . ' : test #' . $i)
103103
->if($this->newTestedInstance())
104104
->and($this->testedInstance->setCurlOptions($options))

0 commit comments

Comments
 (0)