Skip to content

Commit

Permalink
Merge branch '10.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Aug 14, 2023
2 parents b916cde + 2fb8209 commit 10f9854
Show file tree
Hide file tree
Showing 13 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .phive/phars.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<phive xmlns="https://phar.io/phive">
<phar name="phpab" version="^1.25" installed="1.28.0" location="./tools/phpab" copy="true"/>
<phar name="php-cs-fixer" version="^3.0" installed="3.22.0" location="./tools/php-cs-fixer" copy="true"/>
<phar name="php-cs-fixer" version="^3.0" installed="3.23.0" location="./tools/php-cs-fixer" copy="true"/>
<phar name="psalm" version="^5.0" installed="5.14.1" location="./tools/psalm" copy="true"/>
<phar name="humbug/php-scoper" version="^0.18.1" installed="0.18.3" location="./tools/php-scoper" copy="true"/>
<phar name="composer" version="^2.0.3" installed="2.5.8" location="./tools/composer" copy="true"/>
Expand Down
1 change: 1 addition & 0 deletions tests/_files/AnotherDummySubscriber.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/_files/skip-if-requires-code-coverage-driver.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/_files/UnexpectedOutputTest.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,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,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/5234/tests/bootstrap.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/797/bootstrap797.php
@@ -1,4 +1,5 @@
<?php declare(strict_types=1);

/*
* This file is part of PHPUnit.
*
Expand Down
Binary file modified tools/php-cs-fixer
Binary file not shown.

0 comments on commit 10f9854

Please sign in to comment.