Skip to content

Commit 998b825

Browse files
Fix CS/WS issues
1 parent c9b6639 commit 998b825

File tree

6 files changed

+5
-2
lines changed

6 files changed

+5
-2
lines changed

src/Framework/Assert/Functions.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,6 @@ function assertContainsOnlyInstancesOf(string $className, iterable $haystack, st
252252
* or an attribute of an object contains only values of a given type.
253253
*
254254
* @param object|string $haystackClassOrObject
255-
* @param bool $isNativeType
256255
*
257256
* @throws \SebastianBergmann\RecursionContext\InvalidArgumentException
258257
* @throws Exception
@@ -292,7 +291,6 @@ function assertNotContainsOnly(string $type, iterable $haystack, ?bool $isNative
292291
* type.
293292
*
294293
* @param object|string $haystackClassOrObject
295-
* @param bool $isNativeType
296294
*
297295
* @throws \SebastianBergmann\RecursionContext\InvalidArgumentException
298296
* @throws Exception

tests/_files/CoverageTwoDefaultClassAnnotations.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php declare(strict_types=1);
2+
23
/*
34
* This file is part of PHPUnit.
45
*

tests/end-to-end/phar/src/autoload.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php declare(strict_types=1);
2+
23
/*
34
* This file is part of PHPUnit.
45
*

tests/end-to-end/regression/2724/SeparateClassRunMethodInNewProcessTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php declare(strict_types=1);
2+
23
/*
34
* This file is part of PHPUnit.
45
*

tests/end-to-end/regression/797/bootstrap797.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php declare(strict_types=1);
2+
23
/*
34
* This file is part of PHPUnit.
45
*

tests/end-to-end/regression/873/Issue873Test.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php declare(strict_types=1);
2+
23
/*
34
* This file is part of PHPUnit.
45
*

0 commit comments

Comments
 (0)