We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d16a977 commit 0805e6fCopy full SHA for 0805e6f
src/Util/PHP/PhpJob.php
@@ -10,9 +10,9 @@
10
namespace PHPUnit\Util\PHP;
11
12
/**
13
- * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
14
- *
15
* @psalm-immutable
+ *
+ * @internal This class is not covered by the backward compatibility promise for PHPUnit
16
*/
17
final readonly class PhpJob
18
{
src/Util/PHP/PhpJobRunner.php
@@ -10,7 +10,7 @@
+ * @internal This interface is not covered by the backward compatibility promise for PHPUnit
interface PhpJobRunner
0 commit comments