Skip to content

Commit 0805e6f

Browse files
Lets keep this internal for now and only make it public in the future if/when we actually make this pluggable
1 parent d16a977 commit 0805e6f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/Util/PHP/PhpJob.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
namespace PHPUnit\Util\PHP;
1111

1212
/**
13-
* @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
14-
*
1513
* @psalm-immutable
14+
*
15+
* @internal This class is not covered by the backward compatibility promise for PHPUnit
1616
*/
1717
final readonly class PhpJob
1818
{

src/Util/PHP/PhpJobRunner.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
namespace PHPUnit\Util\PHP;
1111

1212
/**
13-
* @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
13+
* @internal This interface is not covered by the backward compatibility promise for PHPUnit
1414
*/
1515
interface PhpJobRunner
1616
{

0 commit comments

Comments
 (0)