Skip to content

Commit

Permalink
Fix CS/WS issues
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Aug 14, 2023
1 parent c9b6639 commit 998b825
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Framework/Assert/Functions.php
Expand Up @@ -252,7 +252,6 @@ function assertContainsOnlyInstancesOf(string $className, iterable $haystack, st
* or an attribute of an object contains only values of a given type.
*
* @param object|string $haystackClassOrObject
* @param bool $isNativeType
*
* @throws \SebastianBergmann\RecursionContext\InvalidArgumentException
* @throws Exception
Expand Down Expand Up @@ -292,7 +291,6 @@ function assertNotContainsOnly(string $type, iterable $haystack, ?bool $isNative
* type.
*
* @param object|string $haystackClassOrObject
* @param bool $isNativeType
*
* @throws \SebastianBergmann\RecursionContext\InvalidArgumentException
* @throws Exception
Expand Down
1 change: 1 addition & 0 deletions tests/_files/CoverageTwoDefaultClassAnnotations.php
@@ -1,4 +1,5 @@
<?php declare(strict_types=1);

/*
* This file is part of PHPUnit.
*
Expand Down
1 change: 1 addition & 0 deletions tests/end-to-end/phar/src/autoload.php
@@ -1,4 +1,5 @@
<?php declare(strict_types=1);

/*
* This file is part of PHPUnit.
*
Expand Down
@@ -1,4 +1,5 @@
<?php declare(strict_types=1);

/*
* This file is part of PHPUnit.
*
Expand Down
1 change: 1 addition & 0 deletions tests/end-to-end/regression/797/bootstrap797.php
@@ -1,4 +1,5 @@
<?php declare(strict_types=1);

/*
* This file is part of PHPUnit.
*
Expand Down
1 change: 1 addition & 0 deletions tests/end-to-end/regression/873/Issue873Test.php
@@ -1,4 +1,5 @@
<?php declare(strict_types=1);

/*
* This file is part of PHPUnit.
*
Expand Down

0 comments on commit 998b825

Please sign in to comment.