Skip to content

Commit 1519750

Browse files
Parameter names are not covered by the backward compatibility promise (this includes internal code units)
1 parent b64e39d commit 1519750

File tree

479 files changed

+958
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

479 files changed

+958
-0
lines changed

src/Event/Dispatcher/CollectingDispatcher.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
namespace PHPUnit\Event;
1111

1212
/**
13+
* @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
14+
*
1315
* @internal This class is not covered by the backward compatibility promise for PHPUnit
1416
*/
1517
final class CollectingDispatcher implements Dispatcher

src/Event/Dispatcher/DeferringDispatcher.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
namespace PHPUnit\Event;
1111

1212
/**
13+
* @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
14+
*
1315
* @internal This class is not covered by the backward compatibility promise for PHPUnit
1416
*/
1517
final class DeferringDispatcher implements SubscribableDispatcher

src/Event/Dispatcher/DirectDispatcher.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
use Throwable;
1818

1919
/**
20+
* @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
21+
*
2022
* @internal This class is not covered by the backward compatibility promise for PHPUnit
2123
*/
2224
final class DirectDispatcher implements SubscribableDispatcher

src/Event/Dispatcher/Dispatcher.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
namespace PHPUnit\Event;
1111

1212
/**
13+
* @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
14+
*
1315
* @internal This interface is not covered by the backward compatibility promise for PHPUnit
1416
*/
1517
interface Dispatcher

src/Event/Dispatcher/SubscribableDispatcher.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
namespace PHPUnit\Event;
1111

1212
/**
13+
* @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
14+
*
1315
* @internal This interface is not covered by the backward compatibility promise for PHPUnit
1416
*/
1517
interface SubscribableDispatcher extends Dispatcher

src/Event/Emitter/DispatchingEmitter.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@
2626
use PHPUnit\Util\Exporter;
2727

2828
/**
29+
* @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
30+
*
2931
* @internal This class is not covered by the backward compatibility promise for PHPUnit
3032
*/
3133
final class DispatchingEmitter implements Emitter

src/Event/Emitter/Emitter.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
use PHPUnit\TextUI\Configuration\Configuration;
1818

1919
/**
20+
* @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
21+
*
2022
* @internal This class is not covered by the backward compatibility promise for PHPUnit
2123
*/
2224
interface Emitter

src/Event/Exception/NoTestCaseObjectOnCallStackException.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
use RuntimeException;
1414

1515
/**
16+
* @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
17+
*
1618
* @internal This class is not covered by the backward compatibility promise for PHPUnit
1719
*/
1820
final class NoTestCaseObjectOnCallStackException extends RuntimeException implements Exception

src/Event/Facade.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
use PHPUnit\Event\Telemetry\Php83GarbageCollectorStatusProvider;
1616

1717
/**
18+
* @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
19+
*
1820
* @internal This class is not covered by the backward compatibility promise for PHPUnit
1921
*/
2022
final class Facade

src/Event/TypeMap.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
use function sprintf;
1818

1919
/**
20+
* @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
21+
*
2022
* @internal This class is not covered by the backward compatibility promise for PHPUnit
2123
*/
2224
final class TypeMap

0 commit comments

Comments
 (0)