From 151975030c206cff406403048d890f242b078c00 Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Sun, 28 Jul 2024 10:01:26 +0200 Subject: [PATCH] Parameter names are not covered by the backward compatibility promise (this includes internal code units) --- src/Event/Dispatcher/CollectingDispatcher.php | 2 ++ src/Event/Dispatcher/DeferringDispatcher.php | 2 ++ src/Event/Dispatcher/DirectDispatcher.php | 2 ++ src/Event/Dispatcher/Dispatcher.php | 2 ++ src/Event/Dispatcher/SubscribableDispatcher.php | 2 ++ src/Event/Emitter/DispatchingEmitter.php | 2 ++ src/Event/Emitter/Emitter.php | 2 ++ src/Event/Exception/NoTestCaseObjectOnCallStackException.php | 2 ++ src/Event/Facade.php | 2 ++ src/Event/TypeMap.php | 2 ++ src/Event/Value/ComparisonFailureBuilder.php | 2 ++ src/Event/Value/Telemetry/GarbageCollectorStatusProvider.php | 2 ++ src/Event/Value/Telemetry/MemoryMeter.php | 2 ++ .../Value/Telemetry/Php81GarbageCollectorStatusProvider.php | 2 ++ .../Value/Telemetry/Php83GarbageCollectorStatusProvider.php | 2 ++ src/Event/Value/Telemetry/StopWatch.php | 2 ++ src/Event/Value/Telemetry/System.php | 2 ++ src/Event/Value/Telemetry/SystemMemoryMeter.php | 2 ++ src/Event/Value/Telemetry/SystemStopWatch.php | 2 ++ src/Event/Value/Telemetry/SystemStopWatchWithOffset.php | 2 ++ src/Event/Value/Test/TestDoxBuilder.php | 2 ++ src/Event/Value/Test/TestMethodBuilder.php | 2 ++ src/Event/Value/TestSuite/TestSuiteBuilder.php | 2 ++ src/Event/Value/ThrowableBuilder.php | 2 ++ src/Framework/Constraint/Exception/Exception.php | 2 ++ src/Framework/Constraint/Exception/ExceptionCode.php | 2 ++ .../Constraint/Exception/ExceptionMessageIsOrContains.php | 2 ++ .../Exception/ExceptionMessageMatchesRegularExpression.php | 2 ++ src/Framework/DataProviderTestSuite.php | 2 ++ src/Framework/Exception/AssertionFailedError.php | 2 ++ src/Framework/Exception/CodeCoverageException.php | 2 ++ src/Framework/Exception/EmptyStringException.php | 2 ++ src/Framework/Exception/Exception.php | 2 ++ src/Framework/Exception/ExpectationFailedException.php | 2 ++ src/Framework/Exception/GeneratorNotSupportedException.php | 2 ++ src/Framework/Exception/Incomplete/IncompleteTest.php | 2 ++ src/Framework/Exception/Incomplete/IncompleteTestError.php | 2 ++ src/Framework/Exception/InvalidArgumentException.php | 2 ++ src/Framework/Exception/InvalidCoversTargetException.php | 2 ++ src/Framework/Exception/InvalidDataProviderException.php | 2 ++ src/Framework/Exception/InvalidDependencyException.php | 2 ++ src/Framework/Exception/NoChildTestSuiteException.php | 2 ++ .../ObjectEquals/ActualValueIsNotAnObjectException.php | 2 ++ .../ComparisonMethodDoesNotAcceptParameterTypeException.php | 2 ++ .../ComparisonMethodDoesNotDeclareBoolReturnTypeException.php | 2 ++ ...mparisonMethodDoesNotDeclareExactlyOneParameterException.php | 2 ++ .../ComparisonMethodDoesNotDeclareParameterTypeException.php | 2 ++ .../ObjectEquals/ComparisonMethodDoesNotExistException.php | 2 ++ src/Framework/Exception/PhptAssertionFailedError.php | 2 ++ src/Framework/Exception/ProcessIsolationException.php | 2 ++ src/Framework/Exception/Skipped/SkippedTest.php | 2 ++ src/Framework/Exception/Skipped/SkippedTestSuiteError.php | 2 ++ src/Framework/Exception/Skipped/SkippedWithMessageException.php | 2 ++ src/Framework/Exception/UnknownClassOrInterfaceException.php | 2 ++ src/Framework/Exception/UnknownTypeException.php | 2 ++ src/Framework/ExecutionOrderDependency.php | 2 ++ src/Framework/MockObject/ConfigurableMethod.php | 2 ++ src/Framework/MockObject/Exception/BadMethodCallException.php | 2 ++ .../MockObject/Exception/CannotUseOnlyMethodsException.php | 2 ++ src/Framework/MockObject/Exception/Exception.php | 2 ++ .../MockObject/Exception/IncompatibleReturnValueException.php | 2 ++ .../MockObject/Exception/MatchBuilderNotFoundException.php | 2 ++ .../MockObject/Exception/MatcherAlreadyRegisteredException.php | 2 ++ .../MockObject/Exception/MethodCannotBeConfiguredException.php | 2 ++ .../Exception/MethodNameAlreadyConfiguredException.php | 2 ++ .../MockObject/Exception/MethodNameNotConfiguredException.php | 2 ++ .../Exception/MethodParametersAlreadyConfiguredException.php | 2 ++ src/Framework/MockObject/Exception/ReflectionException.php | 2 ++ .../MockObject/Exception/ReturnValueNotConfiguredException.php | 2 ++ src/Framework/MockObject/Exception/RuntimeException.php | 2 ++ .../Generator/Exception/CannotUseAddMethodsException.php | 2 ++ .../Generator/Exception/ClassIsEnumerationException.php | 2 ++ .../MockObject/Generator/Exception/ClassIsFinalException.php | 2 ++ .../MockObject/Generator/Exception/ClassIsReadonlyException.php | 2 ++ .../MockObject/Generator/Exception/DuplicateMethodException.php | 2 ++ src/Framework/MockObject/Generator/Exception/Exception.php | 2 ++ .../Generator/Exception/InvalidMethodNameException.php | 2 ++ .../Generator/Exception/NameAlreadyInUseException.php | 2 ++ .../OriginalConstructorInvocationRequiredException.php | 2 ++ .../MockObject/Generator/Exception/ReflectionException.php | 2 ++ .../MockObject/Generator/Exception/RuntimeException.php | 2 ++ .../Generator/Exception/SoapExtensionNotAvailableException.php | 2 ++ .../MockObject/Generator/Exception/UnknownClassException.php | 2 ++ .../MockObject/Generator/Exception/UnknownTraitException.php | 2 ++ .../MockObject/Generator/Exception/UnknownTypeException.php | 2 ++ src/Framework/MockObject/Generator/Generator.php | 2 ++ src/Framework/MockObject/Generator/MockClass.php | 2 ++ src/Framework/MockObject/Generator/MockMethod.php | 2 ++ src/Framework/MockObject/Generator/MockMethodSet.php | 2 ++ src/Framework/MockObject/Generator/MockTrait.php | 2 ++ src/Framework/MockObject/Generator/MockType.php | 2 ++ src/Framework/MockObject/Generator/TemplateLoader.php | 2 ++ src/Framework/MockObject/Runtime/Api/DoubledCloneMethod.php | 2 ++ src/Framework/MockObject/Runtime/Api/Method.php | 2 ++ src/Framework/MockObject/Runtime/Api/MockObjectApi.php | 2 ++ src/Framework/MockObject/Runtime/Api/ProxiedCloneMethod.php | 2 ++ src/Framework/MockObject/Runtime/Api/StubApi.php | 2 ++ src/Framework/MockObject/Runtime/Builder/Identity.php | 2 ++ src/Framework/MockObject/Runtime/Builder/MethodNameMatch.php | 2 ++ src/Framework/MockObject/Runtime/Builder/ParametersMatch.php | 2 ++ src/Framework/MockObject/Runtime/Builder/Stub.php | 2 ++ .../MockObject/Runtime/Interface/MockObjectInternal.php | 2 ++ src/Framework/MockObject/Runtime/Interface/StubInternal.php | 2 ++ src/Framework/MockObject/Runtime/Invocation.php | 2 ++ src/Framework/MockObject/Runtime/InvocationHandler.php | 2 ++ src/Framework/MockObject/Runtime/Matcher.php | 2 ++ src/Framework/MockObject/Runtime/MethodNameConstraint.php | 2 ++ src/Framework/MockObject/Runtime/ReturnValueGenerator.php | 2 ++ src/Framework/MockObject/Runtime/Rule/AnyInvokedCount.php | 2 ++ src/Framework/MockObject/Runtime/Rule/AnyParameters.php | 2 ++ src/Framework/MockObject/Runtime/Rule/InvocationOrder.php | 2 ++ src/Framework/MockObject/Runtime/Rule/InvokedAtLeastCount.php | 2 ++ src/Framework/MockObject/Runtime/Rule/InvokedAtLeastOnce.php | 2 ++ src/Framework/MockObject/Runtime/Rule/InvokedAtMostCount.php | 2 ++ src/Framework/MockObject/Runtime/Rule/InvokedCount.php | 2 ++ src/Framework/MockObject/Runtime/Rule/MethodName.php | 2 ++ src/Framework/MockObject/Runtime/Rule/Parameters.php | 2 ++ src/Framework/MockObject/Runtime/Stub/ConsecutiveCalls.php | 2 ++ src/Framework/MockObject/Runtime/Stub/Exception.php | 2 ++ src/Framework/MockObject/Runtime/Stub/ReturnArgument.php | 2 ++ src/Framework/MockObject/Runtime/Stub/ReturnCallback.php | 2 ++ src/Framework/MockObject/Runtime/Stub/ReturnReference.php | 2 ++ src/Framework/MockObject/Runtime/Stub/ReturnSelf.php | 2 ++ src/Framework/MockObject/Runtime/Stub/ReturnStub.php | 2 ++ src/Framework/MockObject/Runtime/Stub/ReturnValueMap.php | 2 ++ src/Framework/MockObject/Runtime/Stub/Stub.php | 2 ++ src/Framework/Reorderable.php | 2 ++ src/Framework/SelfDescribing.php | 2 ++ src/Framework/TestBuilder.php | 2 ++ src/Framework/TestRunner.php | 2 ++ src/Framework/TestSize/Known.php | 2 ++ src/Framework/TestSize/Large.php | 2 ++ src/Framework/TestSize/Medium.php | 2 ++ src/Framework/TestSize/Small.php | 2 ++ src/Framework/TestSize/TestSize.php | 2 ++ src/Framework/TestSize/Unknown.php | 2 ++ src/Framework/TestStatus/Deprecation.php | 2 ++ src/Framework/TestStatus/Error.php | 2 ++ src/Framework/TestStatus/Failure.php | 2 ++ src/Framework/TestStatus/Incomplete.php | 2 ++ src/Framework/TestStatus/Known.php | 2 ++ src/Framework/TestStatus/Notice.php | 2 ++ src/Framework/TestStatus/Risky.php | 2 ++ src/Framework/TestStatus/Skipped.php | 2 ++ src/Framework/TestStatus/Success.php | 2 ++ src/Framework/TestStatus/TestStatus.php | 2 ++ src/Framework/TestStatus/Unknown.php | 2 ++ src/Framework/TestStatus/Warning.php | 2 ++ src/Framework/TestSuite.php | 2 ++ src/Framework/TestSuiteIterator.php | 2 ++ src/Logging/EventLogger.php | 2 ++ src/Logging/Exception.php | 2 ++ src/Logging/JUnit/JunitXmlLogger.php | 2 ++ src/Logging/JUnit/Subscriber/Subscriber.php | 2 ++ src/Logging/JUnit/Subscriber/TestErroredSubscriber.php | 2 ++ src/Logging/JUnit/Subscriber/TestFailedSubscriber.php | 2 ++ src/Logging/JUnit/Subscriber/TestFinishedSubscriber.php | 2 ++ src/Logging/JUnit/Subscriber/TestMarkedIncompleteSubscriber.php | 2 ++ .../JUnit/Subscriber/TestPreparationFailedSubscriber.php | 2 ++ .../JUnit/Subscriber/TestPreparationStartedSubscriber.php | 2 ++ src/Logging/JUnit/Subscriber/TestPreparedSubscriber.php | 2 ++ .../JUnit/Subscriber/TestRunnerExecutionFinishedSubscriber.php | 2 ++ src/Logging/JUnit/Subscriber/TestSkippedSubscriber.php | 2 ++ src/Logging/JUnit/Subscriber/TestSuiteFinishedSubscriber.php | 2 ++ src/Logging/JUnit/Subscriber/TestSuiteStartedSubscriber.php | 2 ++ src/Logging/TeamCity/Subscriber/Subscriber.php | 2 ++ .../TeamCity/Subscriber/TestConsideredRiskySubscriber.php | 2 ++ src/Logging/TeamCity/Subscriber/TestErroredSubscriber.php | 2 ++ src/Logging/TeamCity/Subscriber/TestFailedSubscriber.php | 2 ++ src/Logging/TeamCity/Subscriber/TestFinishedSubscriber.php | 2 ++ .../TeamCity/Subscriber/TestMarkedIncompleteSubscriber.php | 2 ++ src/Logging/TeamCity/Subscriber/TestPreparedSubscriber.php | 2 ++ .../Subscriber/TestRunnerExecutionFinishedSubscriber.php | 2 ++ src/Logging/TeamCity/Subscriber/TestSkippedSubscriber.php | 2 ++ src/Logging/TeamCity/Subscriber/TestSuiteFinishedSubscriber.php | 2 ++ src/Logging/TeamCity/Subscriber/TestSuiteStartedSubscriber.php | 2 ++ src/Logging/TeamCity/TeamCityLogger.php | 2 ++ src/Logging/TestDox/HtmlRenderer.php | 2 ++ src/Logging/TestDox/NamePrettifier.php | 2 ++ src/Logging/TestDox/PlainTextRenderer.php | 2 ++ src/Logging/TestDox/TestResult/Subscriber/Subscriber.php | 2 ++ .../TestResult/Subscriber/TestConsideredRiskySubscriber.php | 2 ++ .../TestDox/TestResult/Subscriber/TestErroredSubscriber.php | 2 ++ .../TestDox/TestResult/Subscriber/TestFailedSubscriber.php | 2 ++ .../TestDox/TestResult/Subscriber/TestFinishedSubscriber.php | 2 ++ .../TestResult/Subscriber/TestMarkedIncompleteSubscriber.php | 2 ++ .../TestDox/TestResult/Subscriber/TestPassedSubscriber.php | 2 ++ .../TestDox/TestResult/Subscriber/TestPreparedSubscriber.php | 2 ++ .../TestDox/TestResult/Subscriber/TestSkippedSubscriber.php | 2 ++ .../Subscriber/TestTriggeredDeprecationSubscriber.php | 2 ++ .../TestResult/Subscriber/TestTriggeredNoticeSubscriber.php | 2 ++ .../Subscriber/TestTriggeredPhpDeprecationSubscriber.php | 2 ++ .../TestResult/Subscriber/TestTriggeredPhpNoticeSubscriber.php | 2 ++ .../TestResult/Subscriber/TestTriggeredPhpWarningSubscriber.php | 2 ++ .../Subscriber/TestTriggeredPhpunitDeprecationSubscriber.php | 2 ++ .../Subscriber/TestTriggeredPhpunitErrorSubscriber.php | 2 ++ .../Subscriber/TestTriggeredPhpunitWarningSubscriber.php | 2 ++ .../TestResult/Subscriber/TestTriggeredWarningSubscriber.php | 2 ++ src/Logging/TestDox/TestResult/TestResult.php | 2 ++ src/Logging/TestDox/TestResult/TestResultCollection.php | 2 ++ src/Logging/TestDox/TestResult/TestResultCollectionIterator.php | 2 ++ src/Logging/TestDox/TestResult/TestResultCollector.php | 2 ++ src/Metadata/Api/CodeCoverage.php | 2 ++ src/Metadata/Api/DataProvider.php | 2 ++ src/Metadata/Api/Dependencies.php | 2 ++ src/Metadata/Api/Groups.php | 2 ++ src/Metadata/Api/HookMethods.php | 2 ++ src/Metadata/Api/Requirements.php | 2 ++ .../AnnotationsAreNotSupportedForInternalClassesException.php | 2 ++ src/Metadata/Exception/ReflectionException.php | 2 ++ src/Metadata/Parser/Annotation/DocBlock.php | 2 ++ src/Metadata/Parser/Annotation/Registry.php | 2 ++ src/Metadata/Parser/AnnotationParser.php | 2 ++ src/Metadata/Parser/AttributeParser.php | 2 ++ src/Metadata/Parser/CachingParser.php | 2 ++ src/Metadata/Parser/Parser.php | 2 ++ src/Metadata/Parser/ParserChain.php | 2 ++ src/Metadata/Parser/Registry.php | 2 ++ src/Runner/Baseline/Baseline.php | 2 ++ src/Runner/Baseline/Exception/CannotLoadBaselineException.php | 2 ++ src/Runner/Baseline/Exception/FileDoesNotHaveLineException.php | 2 ++ src/Runner/Baseline/Generator.php | 2 ++ src/Runner/Baseline/Issue.php | 2 ++ src/Runner/Baseline/Reader.php | 2 ++ src/Runner/Baseline/RelativePathCalculator.php | 2 ++ src/Runner/Baseline/Subscriber/Subscriber.php | 2 ++ .../Baseline/Subscriber/TestTriggeredDeprecationSubscriber.php | 2 ++ .../Baseline/Subscriber/TestTriggeredNoticeSubscriber.php | 2 ++ .../Subscriber/TestTriggeredPhpDeprecationSubscriber.php | 2 ++ .../Baseline/Subscriber/TestTriggeredPhpNoticeSubscriber.php | 2 ++ .../Baseline/Subscriber/TestTriggeredPhpWarningSubscriber.php | 2 ++ .../Baseline/Subscriber/TestTriggeredWarningSubscriber.php | 2 ++ src/Runner/Baseline/Writer.php | 2 ++ src/Runner/CodeCoverage.php | 2 ++ src/Runner/ErrorHandler.php | 2 ++ src/Runner/Exception/ClassCannotBeFoundException.php | 2 ++ src/Runner/Exception/ClassDoesNotExtendTestCaseException.php | 2 ++ src/Runner/Exception/ClassIsAbstractException.php | 2 ++ src/Runner/Exception/DirectoryDoesNotExistException.php | 2 ++ src/Runner/Exception/ErrorException.php | 2 ++ src/Runner/Exception/Exception.php | 2 ++ src/Runner/Exception/FileDoesNotExistException.php | 2 ++ src/Runner/Exception/InvalidOrderException.php | 2 ++ src/Runner/Exception/InvalidPhptFileException.php | 2 ++ src/Runner/Exception/NoIgnoredEventException.php | 2 ++ src/Runner/Exception/ParameterDoesNotExistException.php | 2 ++ .../Exception/PhptExternalFileCannotBeLoadedException.php | 2 ++ src/Runner/Exception/ReflectionException.php | 2 ++ src/Runner/Exception/UnsupportedPhptSectionException.php | 2 ++ src/Runner/Extension/ExtensionBootstrapper.php | 2 ++ src/Runner/Extension/PharLoader.php | 2 ++ src/Runner/Filter/ExcludeGroupFilterIterator.php | 2 ++ src/Runner/Filter/Factory.php | 2 ++ src/Runner/Filter/GroupFilterIterator.php | 2 ++ src/Runner/Filter/IncludeGroupFilterIterator.php | 2 ++ src/Runner/Filter/NameFilterIterator.php | 2 ++ src/Runner/Filter/TestIdFilterIterator.php | 2 ++ src/Runner/GarbageCollection/GarbageCollectionHandler.php | 2 ++ .../Subscriber/ExecutionFinishedSubscriber.php | 2 ++ .../GarbageCollection/Subscriber/ExecutionStartedSubscriber.php | 2 ++ src/Runner/GarbageCollection/Subscriber/Subscriber.php | 2 ++ .../GarbageCollection/Subscriber/TestFinishedSubscriber.php | 2 ++ src/Runner/PhptTestCase.php | 2 ++ src/Runner/ResultCache/DefaultResultCache.php | 2 ++ src/Runner/ResultCache/NullResultCache.php | 2 ++ src/Runner/ResultCache/ResultCache.php | 2 ++ src/Runner/ResultCache/ResultCacheHandler.php | 2 ++ src/Runner/ResultCache/Subscriber/Subscriber.php | 2 ++ .../ResultCache/Subscriber/TestConsideredRiskySubscriber.php | 2 ++ src/Runner/ResultCache/Subscriber/TestErroredSubscriber.php | 2 ++ src/Runner/ResultCache/Subscriber/TestFailedSubscriber.php | 2 ++ src/Runner/ResultCache/Subscriber/TestFinishedSubscriber.php | 2 ++ .../ResultCache/Subscriber/TestMarkedIncompleteSubscriber.php | 2 ++ src/Runner/ResultCache/Subscriber/TestPreparedSubscriber.php | 2 ++ src/Runner/ResultCache/Subscriber/TestSkippedSubscriber.php | 2 ++ .../ResultCache/Subscriber/TestSuiteFinishedSubscriber.php | 2 ++ .../ResultCache/Subscriber/TestSuiteStartedSubscriber.php | 2 ++ src/Runner/TestResult/Collector.php | 2 ++ src/Runner/TestResult/Facade.php | 2 ++ src/Runner/TestResult/Issue.php | 2 ++ src/Runner/TestResult/PassedTests.php | 2 ++ .../Subscriber/BeforeTestClassMethodErroredSubscriber.php | 2 ++ src/Runner/TestResult/Subscriber/ExecutionStartedSubscriber.php | 2 ++ src/Runner/TestResult/Subscriber/Subscriber.php | 2 ++ .../TestResult/Subscriber/TestConsideredRiskySubscriber.php | 2 ++ src/Runner/TestResult/Subscriber/TestErroredSubscriber.php | 2 ++ src/Runner/TestResult/Subscriber/TestFailedSubscriber.php | 2 ++ src/Runner/TestResult/Subscriber/TestFinishedSubscriber.php | 2 ++ .../TestResult/Subscriber/TestMarkedIncompleteSubscriber.php | 2 ++ src/Runner/TestResult/Subscriber/TestPreparedSubscriber.php | 2 ++ .../Subscriber/TestRunnerTriggeredDeprecationSubscriber.php | 2 ++ .../Subscriber/TestRunnerTriggeredWarningSubscriber.php | 2 ++ src/Runner/TestResult/Subscriber/TestSkippedSubscriber.php | 2 ++ .../TestResult/Subscriber/TestSuiteFinishedSubscriber.php | 2 ++ src/Runner/TestResult/Subscriber/TestSuiteSkippedSubscriber.php | 2 ++ src/Runner/TestResult/Subscriber/TestSuiteStartedSubscriber.php | 2 ++ .../Subscriber/TestTriggeredDeprecationSubscriber.php | 2 ++ .../TestResult/Subscriber/TestTriggeredErrorSubscriber.php | 2 ++ .../TestResult/Subscriber/TestTriggeredNoticeSubscriber.php | 2 ++ .../Subscriber/TestTriggeredPhpDeprecationSubscriber.php | 2 ++ .../TestResult/Subscriber/TestTriggeredPhpNoticeSubscriber.php | 2 ++ .../TestResult/Subscriber/TestTriggeredPhpWarningSubscriber.php | 2 ++ .../Subscriber/TestTriggeredPhpunitDeprecationSubscriber.php | 2 ++ .../Subscriber/TestTriggeredPhpunitErrorSubscriber.php | 2 ++ .../Subscriber/TestTriggeredPhpunitWarningSubscriber.php | 2 ++ .../TestResult/Subscriber/TestTriggeredWarningSubscriber.php | 2 ++ src/Runner/TestResult/TestResult.php | 2 ++ src/Runner/TestSuiteLoader.php | 2 ++ src/Runner/TestSuiteSorter.php | 2 ++ src/TextUI/Application.php | 2 ++ src/TextUI/Command/Command.php | 2 ++ src/TextUI/Command/Commands/AtLeastVersionCommand.php | 2 ++ src/TextUI/Command/Commands/GenerateConfigurationCommand.php | 2 ++ src/TextUI/Command/Commands/ListGroupsCommand.php | 2 ++ src/TextUI/Command/Commands/ListTestSuitesCommand.php | 2 ++ src/TextUI/Command/Commands/ListTestsAsTextCommand.php | 2 ++ src/TextUI/Command/Commands/ListTestsAsXmlCommand.php | 2 ++ src/TextUI/Command/Commands/MigrateConfigurationCommand.php | 2 ++ src/TextUI/Command/Commands/ShowHelpCommand.php | 2 ++ src/TextUI/Command/Commands/ShowVersionCommand.php | 2 ++ src/TextUI/Command/Commands/VersionCheckCommand.php | 2 ++ src/TextUI/Command/Commands/WarmCodeCoverageCacheCommand.php | 2 ++ src/TextUI/Command/Result.php | 2 ++ src/TextUI/Configuration/Cli/Builder.php | 2 ++ src/TextUI/Configuration/Cli/Configuration.php | 2 ++ src/TextUI/Configuration/Cli/Exception.php | 2 ++ src/TextUI/Configuration/Cli/XmlConfigurationFileFinder.php | 2 ++ src/TextUI/Configuration/CodeCoverageFilterRegistry.php | 2 ++ .../Configuration/Exception/CannotFindSchemaException.php | 2 ++ .../Exception/CodeCoverageReportNotConfiguredException.php | 2 ++ .../Exception/ConfigurationCannotBeBuiltException.php | 2 ++ src/TextUI/Configuration/Exception/Exception.php | 2 ++ .../Configuration/Exception/FilterNotConfiguredException.php | 2 ++ .../Exception/IncludePathNotConfiguredException.php | 2 ++ .../Configuration/Exception/LoggingNotConfiguredException.php | 2 ++ src/TextUI/Configuration/Exception/NoBaselineException.php | 2 ++ src/TextUI/Configuration/Exception/NoBootstrapException.php | 2 ++ .../Configuration/Exception/NoCacheDirectoryException.php | 2 ++ src/TextUI/Configuration/Exception/NoCliArgumentException.php | 2 ++ .../Configuration/Exception/NoConfigurationFileException.php | 2 ++ .../Exception/NoCoverageCacheDirectoryException.php | 2 ++ src/TextUI/Configuration/Exception/NoCustomCssFileException.php | 2 ++ .../Configuration/Exception/NoDefaultTestSuiteException.php | 2 ++ .../Exception/NoPharExtensionDirectoryException.php | 2 ++ src/TextUI/Configuration/Merger.php | 2 ++ src/TextUI/Configuration/PhpHandler.php | 2 ++ src/TextUI/Configuration/Registry.php | 2 ++ src/TextUI/Configuration/SourceFilter.php | 2 ++ src/TextUI/Configuration/SourceMapper.php | 2 ++ src/TextUI/Configuration/TestSuiteBuilder.php | 2 ++ src/TextUI/Configuration/Xml/CodeCoverage/CodeCoverage.php | 2 ++ src/TextUI/Configuration/Xml/CodeCoverage/Report/Clover.php | 2 ++ src/TextUI/Configuration/Xml/CodeCoverage/Report/Cobertura.php | 2 ++ src/TextUI/Configuration/Xml/CodeCoverage/Report/Crap4j.php | 2 ++ src/TextUI/Configuration/Xml/CodeCoverage/Report/Html.php | 2 ++ src/TextUI/Configuration/Xml/CodeCoverage/Report/Php.php | 2 ++ src/TextUI/Configuration/Xml/CodeCoverage/Report/Text.php | 2 ++ src/TextUI/Configuration/Xml/CodeCoverage/Report/Xml.php | 2 ++ src/TextUI/Configuration/Xml/Configuration.php | 2 ++ src/TextUI/Configuration/Xml/DefaultConfiguration.php | 2 ++ src/TextUI/Configuration/Xml/Exception.php | 2 ++ src/TextUI/Configuration/Xml/Generator.php | 2 ++ src/TextUI/Configuration/Xml/Groups.php | 2 ++ src/TextUI/Configuration/Xml/LoadedFromFileConfiguration.php | 2 ++ src/TextUI/Configuration/Xml/Loader.php | 2 ++ src/TextUI/Configuration/Xml/Logging/Junit.php | 2 ++ src/TextUI/Configuration/Xml/Logging/Logging.php | 2 ++ src/TextUI/Configuration/Xml/Logging/TeamCity.php | 2 ++ src/TextUI/Configuration/Xml/Logging/TestDox/Html.php | 2 ++ src/TextUI/Configuration/Xml/Logging/TestDox/Text.php | 2 ++ src/TextUI/Configuration/Xml/Migration/MigrationBuilder.php | 2 ++ .../Configuration/Xml/Migration/MigrationBuilderException.php | 2 ++ src/TextUI/Configuration/Xml/Migration/MigrationException.php | 2 ++ .../Configuration/Xml/Migration/Migrations/ConvertLogTypes.php | 2 ++ .../Xml/Migration/Migrations/CoverageCloverToReport.php | 2 ++ .../Xml/Migration/Migrations/CoverageCrap4jToReport.php | 2 ++ .../Xml/Migration/Migrations/CoverageHtmlToReport.php | 2 ++ .../Xml/Migration/Migrations/CoveragePhpToReport.php | 2 ++ .../Xml/Migration/Migrations/CoverageTextToReport.php | 2 ++ .../Xml/Migration/Migrations/CoverageXmlToReport.php | 2 ++ .../Migration/Migrations/IntroduceCacheDirectoryAttribute.php | 2 ++ .../Xml/Migration/Migrations/IntroduceCoverageElement.php | 2 ++ .../Xml/Migration/Migrations/LogToReportMigration.php | 2 ++ src/TextUI/Configuration/Xml/Migration/Migrations/Migration.php | 2 ++ .../Migrations/MoveAttributesFromFilterWhitelistToCoverage.php | 2 ++ .../Migration/Migrations/MoveAttributesFromRootToCoverage.php | 2 ++ .../Migration/Migrations/MoveCoverageDirectoriesToSource.php | 2 ++ .../Migration/Migrations/MoveWhitelistExcludesToCoverage.php | 2 ++ .../Migration/Migrations/MoveWhitelistIncludesToCoverage.php | 2 ++ ...emoveBeStrictAboutResourceUsageDuringSmallTestsAttribute.php | 2 ++ .../RemoveBeStrictAboutTodoAnnotatedTestsAttribute.php | 2 ++ .../Xml/Migration/Migrations/RemoveCacheResultFileAttribute.php | 2 ++ .../Xml/Migration/Migrations/RemoveCacheTokensAttribute.php | 2 ++ .../Migrations/RemoveConversionToExceptionsAttributes.php | 2 ++ .../Migrations/RemoveCoverageElementCacheDirectoryAttribute.php | 2 ++ .../RemoveCoverageElementProcessUncoveredFilesAttribute.php | 2 ++ .../Xml/Migration/Migrations/RemoveEmptyFilter.php | 2 ++ .../Configuration/Xml/Migration/Migrations/RemoveListeners.php | 2 ++ .../Configuration/Xml/Migration/Migrations/RemoveLogTypes.php | 2 ++ .../Xml/Migration/Migrations/RemoveLoggingElements.php | 2 ++ .../Xml/Migration/Migrations/RemoveNoInteractionAttribute.php | 2 ++ .../Xml/Migration/Migrations/RemovePrinterAttributes.php | 2 ++ .../Xml/Migration/Migrations/RemoveTestDoxGroupsElement.php | 2 ++ .../Migration/Migrations/RemoveTestSuiteLoaderAttributes.php | 2 ++ .../Xml/Migration/Migrations/RemoveVerboseAttribute.php | 2 ++ .../Migrations/RenameBackupStaticAttributesAttribute.php | 2 ++ .../Migrations/RenameBeStrictAboutCoversAnnotationAttribute.php | 2 ++ .../Migrations/RenameForceCoversAnnotationAttribute.php | 2 ++ .../Xml/Migration/Migrations/UpdateSchemaLocation.php | 2 ++ src/TextUI/Configuration/Xml/Migration/Migrator.php | 2 ++ src/TextUI/Configuration/Xml/Migration/SnapshotNodeList.php | 2 ++ src/TextUI/Configuration/Xml/PHPUnit.php | 2 ++ .../Xml/SchemaDetector/FailedSchemaDetectionResult.php | 2 ++ .../Configuration/Xml/SchemaDetector/SchemaDetectionResult.php | 2 ++ src/TextUI/Configuration/Xml/SchemaDetector/SchemaDetector.php | 2 ++ .../Xml/SchemaDetector/SuccessfulSchemaDetectionResult.php | 2 ++ src/TextUI/Configuration/Xml/SchemaFinder.php | 2 ++ src/TextUI/Configuration/Xml/TestSuiteMapper.php | 2 ++ src/TextUI/Configuration/Xml/Validator/ValidationResult.php | 2 ++ src/TextUI/Configuration/Xml/Validator/Validator.php | 2 ++ src/TextUI/Exception/CannotOpenSocketException.php | 2 ++ src/TextUI/Exception/Exception.php | 2 ++ src/TextUI/Exception/ExtensionsNotConfiguredException.php | 2 ++ src/TextUI/Exception/InvalidSocketException.php | 2 ++ src/TextUI/Exception/ReflectionException.php | 2 ++ src/TextUI/Exception/RuntimeException.php | 2 ++ src/TextUI/Exception/TestDirectoryNotFoundException.php | 2 ++ src/TextUI/Exception/TestFileNotFoundException.php | 2 ++ src/TextUI/Help.php | 2 ++ src/TextUI/Output/Default/ProgressPrinter/ProgressPrinter.php | 2 ++ .../Subscriber/BeforeTestClassMethodErroredSubscriber.php | 2 ++ .../Output/Default/ProgressPrinter/Subscriber/Subscriber.php | 2 ++ .../Subscriber/TestConsideredRiskySubscriber.php | 2 ++ .../ProgressPrinter/Subscriber/TestErroredSubscriber.php | 2 ++ .../Default/ProgressPrinter/Subscriber/TestFailedSubscriber.php | 2 ++ .../ProgressPrinter/Subscriber/TestFinishedSubscriber.php | 2 ++ .../Subscriber/TestMarkedIncompleteSubscriber.php | 2 ++ .../ProgressPrinter/Subscriber/TestPreparedSubscriber.php | 2 ++ .../Subscriber/TestRunnerExecutionStartedSubscriber.php | 2 ++ .../ProgressPrinter/Subscriber/TestSkippedSubscriber.php | 2 ++ .../Subscriber/TestTriggeredDeprecationSubscriber.php | 2 ++ .../ProgressPrinter/Subscriber/TestTriggeredErrorSubscriber.php | 2 ++ .../Subscriber/TestTriggeredNoticeSubscriber.php | 2 ++ .../Subscriber/TestTriggeredPhpDeprecationSubscriber.php | 2 ++ .../Subscriber/TestTriggeredPhpNoticeSubscriber.php | 2 ++ .../Subscriber/TestTriggeredPhpWarningSubscriber.php | 2 ++ .../Subscriber/TestTriggeredPhpunitDeprecationSubscriber.php | 2 ++ .../Subscriber/TestTriggeredPhpunitWarningSubscriber.php | 2 ++ .../Subscriber/TestTriggeredWarningSubscriber.php | 2 ++ src/TextUI/Output/Default/ResultPrinter.php | 2 ++ src/TextUI/Output/Facade.php | 2 ++ src/TextUI/Output/Printer/DefaultPrinter.php | 2 ++ src/TextUI/Output/Printer/NullPrinter.php | 2 ++ src/TextUI/Output/Printer/Printer.php | 2 ++ src/TextUI/Output/SummaryPrinter.php | 2 ++ src/TextUI/Output/TestDox/ResultPrinter.php | 2 ++ src/TextUI/ShellExitCodeCalculator.php | 2 ++ src/TextUI/TestRunner.php | 2 ++ src/TextUI/TestSuiteFilterProcessor.php | 2 ++ src/Util/Cloner.php | 2 ++ src/Util/Color.php | 2 ++ src/Util/Exception/Exception.php | 2 ++ src/Util/Exception/InvalidDirectoryException.php | 2 ++ src/Util/Exception/InvalidJsonException.php | 2 ++ src/Util/Exception/InvalidVersionOperatorException.php | 2 ++ src/Util/Exception/PhpProcessException.php | 2 ++ src/Util/Exception/XmlException.php | 2 ++ src/Util/Exporter.php | 2 ++ src/Util/Filesystem.php | 2 ++ src/Util/Filter.php | 2 ++ src/Util/GlobalState.php | 2 ++ src/Util/Json.php | 2 ++ src/Util/PHP/AbstractPhpProcess.php | 2 ++ src/Util/PHP/DefaultPhpProcess.php | 2 ++ src/Util/Reflection.php | 2 ++ src/Util/Test.php | 2 ++ src/Util/ThrowableToStringMapper.php | 2 ++ src/Util/Xml/Loader.php | 2 ++ src/Util/Xml/Xml.php | 2 ++ 479 files changed, 958 insertions(+) diff --git a/src/Event/Dispatcher/CollectingDispatcher.php b/src/Event/Dispatcher/CollectingDispatcher.php index 39433fe3fc6..c431b93e6a5 100644 --- a/src/Event/Dispatcher/CollectingDispatcher.php +++ b/src/Event/Dispatcher/CollectingDispatcher.php @@ -10,6 +10,8 @@ namespace PHPUnit\Event; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class CollectingDispatcher implements Dispatcher diff --git a/src/Event/Dispatcher/DeferringDispatcher.php b/src/Event/Dispatcher/DeferringDispatcher.php index 8c67d2df8e9..6895facb386 100644 --- a/src/Event/Dispatcher/DeferringDispatcher.php +++ b/src/Event/Dispatcher/DeferringDispatcher.php @@ -10,6 +10,8 @@ namespace PHPUnit\Event; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class DeferringDispatcher implements SubscribableDispatcher diff --git a/src/Event/Dispatcher/DirectDispatcher.php b/src/Event/Dispatcher/DirectDispatcher.php index 151b0ee54aa..8e83d74632c 100644 --- a/src/Event/Dispatcher/DirectDispatcher.php +++ b/src/Event/Dispatcher/DirectDispatcher.php @@ -17,6 +17,8 @@ use Throwable; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class DirectDispatcher implements SubscribableDispatcher diff --git a/src/Event/Dispatcher/Dispatcher.php b/src/Event/Dispatcher/Dispatcher.php index 35691be71dc..e7086539539 100644 --- a/src/Event/Dispatcher/Dispatcher.php +++ b/src/Event/Dispatcher/Dispatcher.php @@ -10,6 +10,8 @@ namespace PHPUnit\Event; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This interface is not covered by the backward compatibility promise for PHPUnit */ interface Dispatcher diff --git a/src/Event/Dispatcher/SubscribableDispatcher.php b/src/Event/Dispatcher/SubscribableDispatcher.php index 067c0cc6e60..c4393da1249 100644 --- a/src/Event/Dispatcher/SubscribableDispatcher.php +++ b/src/Event/Dispatcher/SubscribableDispatcher.php @@ -10,6 +10,8 @@ namespace PHPUnit\Event; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This interface is not covered by the backward compatibility promise for PHPUnit */ interface SubscribableDispatcher extends Dispatcher diff --git a/src/Event/Emitter/DispatchingEmitter.php b/src/Event/Emitter/DispatchingEmitter.php index e05afeedde3..07528570fc0 100644 --- a/src/Event/Emitter/DispatchingEmitter.php +++ b/src/Event/Emitter/DispatchingEmitter.php @@ -26,6 +26,8 @@ use PHPUnit\Util\Exporter; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class DispatchingEmitter implements Emitter diff --git a/src/Event/Emitter/Emitter.php b/src/Event/Emitter/Emitter.php index c85b267526e..c66cbdc0640 100644 --- a/src/Event/Emitter/Emitter.php +++ b/src/Event/Emitter/Emitter.php @@ -17,6 +17,8 @@ use PHPUnit\TextUI\Configuration\Configuration; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ interface Emitter diff --git a/src/Event/Exception/NoTestCaseObjectOnCallStackException.php b/src/Event/Exception/NoTestCaseObjectOnCallStackException.php index 6e5b03422dc..35b4c25af75 100644 --- a/src/Event/Exception/NoTestCaseObjectOnCallStackException.php +++ b/src/Event/Exception/NoTestCaseObjectOnCallStackException.php @@ -13,6 +13,8 @@ use RuntimeException; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class NoTestCaseObjectOnCallStackException extends RuntimeException implements Exception diff --git a/src/Event/Facade.php b/src/Event/Facade.php index 9e05d3bb88a..c0a15e259f0 100644 --- a/src/Event/Facade.php +++ b/src/Event/Facade.php @@ -15,6 +15,8 @@ use PHPUnit\Event\Telemetry\Php83GarbageCollectorStatusProvider; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class Facade diff --git a/src/Event/TypeMap.php b/src/Event/TypeMap.php index b421732072b..df5e79cc35d 100644 --- a/src/Event/TypeMap.php +++ b/src/Event/TypeMap.php @@ -17,6 +17,8 @@ use function sprintf; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class TypeMap diff --git a/src/Event/Value/ComparisonFailureBuilder.php b/src/Event/Value/ComparisonFailureBuilder.php index be411a9d983..ece03427793 100644 --- a/src/Event/Value/ComparisonFailureBuilder.php +++ b/src/Event/Value/ComparisonFailureBuilder.php @@ -16,6 +16,8 @@ use Throwable; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class ComparisonFailureBuilder diff --git a/src/Event/Value/Telemetry/GarbageCollectorStatusProvider.php b/src/Event/Value/Telemetry/GarbageCollectorStatusProvider.php index 15651208e78..09bede2e539 100644 --- a/src/Event/Value/Telemetry/GarbageCollectorStatusProvider.php +++ b/src/Event/Value/Telemetry/GarbageCollectorStatusProvider.php @@ -10,6 +10,8 @@ namespace PHPUnit\Event\Telemetry; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This interface is not covered by the backward compatibility promise for PHPUnit */ interface GarbageCollectorStatusProvider diff --git a/src/Event/Value/Telemetry/MemoryMeter.php b/src/Event/Value/Telemetry/MemoryMeter.php index 4955397e5d8..4d116ff3ef3 100644 --- a/src/Event/Value/Telemetry/MemoryMeter.php +++ b/src/Event/Value/Telemetry/MemoryMeter.php @@ -10,6 +10,8 @@ namespace PHPUnit\Event\Telemetry; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This interface is not covered by the backward compatibility promise for PHPUnit */ interface MemoryMeter diff --git a/src/Event/Value/Telemetry/Php81GarbageCollectorStatusProvider.php b/src/Event/Value/Telemetry/Php81GarbageCollectorStatusProvider.php index 48d2afab8f6..a96eff391f5 100644 --- a/src/Event/Value/Telemetry/Php81GarbageCollectorStatusProvider.php +++ b/src/Event/Value/Telemetry/Php81GarbageCollectorStatusProvider.php @@ -12,6 +12,8 @@ use function gc_status; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit * * @codeCoverageIgnore diff --git a/src/Event/Value/Telemetry/Php83GarbageCollectorStatusProvider.php b/src/Event/Value/Telemetry/Php83GarbageCollectorStatusProvider.php index c3808b6b99d..ffac76ff734 100644 --- a/src/Event/Value/Telemetry/Php83GarbageCollectorStatusProvider.php +++ b/src/Event/Value/Telemetry/Php83GarbageCollectorStatusProvider.php @@ -12,6 +12,8 @@ use function gc_status; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class Php83GarbageCollectorStatusProvider implements GarbageCollectorStatusProvider diff --git a/src/Event/Value/Telemetry/StopWatch.php b/src/Event/Value/Telemetry/StopWatch.php index 8a1492571a4..07ce5227faa 100644 --- a/src/Event/Value/Telemetry/StopWatch.php +++ b/src/Event/Value/Telemetry/StopWatch.php @@ -10,6 +10,8 @@ namespace PHPUnit\Event\Telemetry; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This interface is not covered by the backward compatibility promise for PHPUnit */ interface StopWatch diff --git a/src/Event/Value/Telemetry/System.php b/src/Event/Value/Telemetry/System.php index 53b394da8f7..368054de28c 100644 --- a/src/Event/Value/Telemetry/System.php +++ b/src/Event/Value/Telemetry/System.php @@ -10,6 +10,8 @@ namespace PHPUnit\Event\Telemetry; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class System diff --git a/src/Event/Value/Telemetry/SystemMemoryMeter.php b/src/Event/Value/Telemetry/SystemMemoryMeter.php index f052f6f4498..f525665014c 100644 --- a/src/Event/Value/Telemetry/SystemMemoryMeter.php +++ b/src/Event/Value/Telemetry/SystemMemoryMeter.php @@ -13,6 +13,8 @@ use function memory_get_usage; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class SystemMemoryMeter implements MemoryMeter diff --git a/src/Event/Value/Telemetry/SystemStopWatch.php b/src/Event/Value/Telemetry/SystemStopWatch.php index bf37fb4edd7..9c9373e5f52 100644 --- a/src/Event/Value/Telemetry/SystemStopWatch.php +++ b/src/Event/Value/Telemetry/SystemStopWatch.php @@ -13,6 +13,8 @@ use PHPUnit\Event\InvalidArgumentException; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class SystemStopWatch implements StopWatch diff --git a/src/Event/Value/Telemetry/SystemStopWatchWithOffset.php b/src/Event/Value/Telemetry/SystemStopWatchWithOffset.php index 86696afe628..d27fd98c14b 100644 --- a/src/Event/Value/Telemetry/SystemStopWatchWithOffset.php +++ b/src/Event/Value/Telemetry/SystemStopWatchWithOffset.php @@ -13,6 +13,8 @@ use PHPUnit\Event\InvalidArgumentException; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit * * @codeCoverageIgnore diff --git a/src/Event/Value/Test/TestDoxBuilder.php b/src/Event/Value/Test/TestDoxBuilder.php index 623af26e0ce..e5919797403 100644 --- a/src/Event/Value/Test/TestDoxBuilder.php +++ b/src/Event/Value/Test/TestDoxBuilder.php @@ -14,6 +14,8 @@ use PHPUnit\Logging\TestDox\NamePrettifier; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class TestDoxBuilder diff --git a/src/Event/Value/Test/TestMethodBuilder.php b/src/Event/Value/Test/TestMethodBuilder.php index efef1b951ba..25ccf02f330 100644 --- a/src/Event/Value/Test/TestMethodBuilder.php +++ b/src/Event/Value/Test/TestMethodBuilder.php @@ -25,6 +25,8 @@ use PHPUnit\Util\Reflection; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class TestMethodBuilder diff --git a/src/Event/Value/TestSuite/TestSuiteBuilder.php b/src/Event/Value/TestSuite/TestSuiteBuilder.php index 4b22be0f903..96a29375270 100644 --- a/src/Event/Value/TestSuite/TestSuiteBuilder.php +++ b/src/Event/Value/TestSuite/TestSuiteBuilder.php @@ -22,6 +22,8 @@ use ReflectionMethod; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class TestSuiteBuilder diff --git a/src/Event/Value/ThrowableBuilder.php b/src/Event/Value/ThrowableBuilder.php index 8d3b634ebdb..4c12b6ed34d 100644 --- a/src/Event/Value/ThrowableBuilder.php +++ b/src/Event/Value/ThrowableBuilder.php @@ -15,6 +15,8 @@ use PHPUnit\Util\ThrowableToStringMapper; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class ThrowableBuilder diff --git a/src/Framework/Constraint/Exception/Exception.php b/src/Framework/Constraint/Exception/Exception.php index 14905e77130..3bbae762cd9 100644 --- a/src/Framework/Constraint/Exception/Exception.php +++ b/src/Framework/Constraint/Exception/Exception.php @@ -14,6 +14,8 @@ use Throwable; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class Exception extends Constraint diff --git a/src/Framework/Constraint/Exception/ExceptionCode.php b/src/Framework/Constraint/Exception/ExceptionCode.php index 255aff334b8..338588eeb88 100644 --- a/src/Framework/Constraint/Exception/ExceptionCode.php +++ b/src/Framework/Constraint/Exception/ExceptionCode.php @@ -13,6 +13,8 @@ use PHPUnit\Util\Exporter; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class ExceptionCode extends Constraint diff --git a/src/Framework/Constraint/Exception/ExceptionMessageIsOrContains.php b/src/Framework/Constraint/Exception/ExceptionMessageIsOrContains.php index 56ab6f0d489..ae92090396c 100644 --- a/src/Framework/Constraint/Exception/ExceptionMessageIsOrContains.php +++ b/src/Framework/Constraint/Exception/ExceptionMessageIsOrContains.php @@ -14,6 +14,8 @@ use PHPUnit\Util\Exporter; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class ExceptionMessageIsOrContains extends Constraint diff --git a/src/Framework/Constraint/Exception/ExceptionMessageMatchesRegularExpression.php b/src/Framework/Constraint/Exception/ExceptionMessageMatchesRegularExpression.php index dfb477d0939..611af03746f 100644 --- a/src/Framework/Constraint/Exception/ExceptionMessageMatchesRegularExpression.php +++ b/src/Framework/Constraint/Exception/ExceptionMessageMatchesRegularExpression.php @@ -15,6 +15,8 @@ use PHPUnit\Util\Exporter; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class ExceptionMessageMatchesRegularExpression extends Constraint diff --git a/src/Framework/DataProviderTestSuite.php b/src/Framework/DataProviderTestSuite.php index 6975d1c6c09..e506cec4f62 100644 --- a/src/Framework/DataProviderTestSuite.php +++ b/src/Framework/DataProviderTestSuite.php @@ -14,6 +14,8 @@ use PHPUnit\Metadata\Api\Groups; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class DataProviderTestSuite extends TestSuite diff --git a/src/Framework/Exception/AssertionFailedError.php b/src/Framework/Exception/AssertionFailedError.php index 0ba25286f6c..6bd59c4aea1 100644 --- a/src/Framework/Exception/AssertionFailedError.php +++ b/src/Framework/Exception/AssertionFailedError.php @@ -10,6 +10,8 @@ namespace PHPUnit\Framework; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ class AssertionFailedError extends Exception implements SelfDescribing diff --git a/src/Framework/Exception/CodeCoverageException.php b/src/Framework/Exception/CodeCoverageException.php index 36b07231301..41169ff1bdc 100644 --- a/src/Framework/Exception/CodeCoverageException.php +++ b/src/Framework/Exception/CodeCoverageException.php @@ -10,6 +10,8 @@ namespace PHPUnit\Framework; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ class CodeCoverageException extends Exception diff --git a/src/Framework/Exception/EmptyStringException.php b/src/Framework/Exception/EmptyStringException.php index e7f4fa9f0fa..f5980cd71ab 100644 --- a/src/Framework/Exception/EmptyStringException.php +++ b/src/Framework/Exception/EmptyStringException.php @@ -10,6 +10,8 @@ namespace PHPUnit\Framework; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class EmptyStringException extends InvalidArgumentException diff --git a/src/Framework/Exception/Exception.php b/src/Framework/Exception/Exception.php index 087729fb11b..58c661a934f 100644 --- a/src/Framework/Exception/Exception.php +++ b/src/Framework/Exception/Exception.php @@ -34,6 +34,8 @@ * * @see http://fabien.potencier.org/article/9/php-serialization-stack-traces-and-exceptions * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ class Exception extends RuntimeException implements \PHPUnit\Exception diff --git a/src/Framework/Exception/ExpectationFailedException.php b/src/Framework/Exception/ExpectationFailedException.php index 6d2b15013a3..bff863f9f13 100644 --- a/src/Framework/Exception/ExpectationFailedException.php +++ b/src/Framework/Exception/ExpectationFailedException.php @@ -19,6 +19,8 @@ * SebastianBergmann\Comparator\ComparisonFailure which is used to * generate diff output of the failed expectations. * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class ExpectationFailedException extends AssertionFailedError diff --git a/src/Framework/Exception/GeneratorNotSupportedException.php b/src/Framework/Exception/GeneratorNotSupportedException.php index 2a6ff542c3d..b3b179531a6 100644 --- a/src/Framework/Exception/GeneratorNotSupportedException.php +++ b/src/Framework/Exception/GeneratorNotSupportedException.php @@ -12,6 +12,8 @@ use function sprintf; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class GeneratorNotSupportedException extends InvalidArgumentException diff --git a/src/Framework/Exception/Incomplete/IncompleteTest.php b/src/Framework/Exception/Incomplete/IncompleteTest.php index b77b1afff2c..4492ef226f6 100644 --- a/src/Framework/Exception/Incomplete/IncompleteTest.php +++ b/src/Framework/Exception/Incomplete/IncompleteTest.php @@ -12,6 +12,8 @@ use Throwable; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ interface IncompleteTest extends Throwable diff --git a/src/Framework/Exception/Incomplete/IncompleteTestError.php b/src/Framework/Exception/Incomplete/IncompleteTestError.php index 65f9c8bc343..a45564da8fb 100644 --- a/src/Framework/Exception/Incomplete/IncompleteTestError.php +++ b/src/Framework/Exception/Incomplete/IncompleteTestError.php @@ -10,6 +10,8 @@ namespace PHPUnit\Framework; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class IncompleteTestError extends AssertionFailedError implements IncompleteTest diff --git a/src/Framework/Exception/InvalidArgumentException.php b/src/Framework/Exception/InvalidArgumentException.php index 12a94ec1e5e..700abf03889 100644 --- a/src/Framework/Exception/InvalidArgumentException.php +++ b/src/Framework/Exception/InvalidArgumentException.php @@ -10,6 +10,8 @@ namespace PHPUnit\Framework; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ abstract class InvalidArgumentException extends Exception diff --git a/src/Framework/Exception/InvalidCoversTargetException.php b/src/Framework/Exception/InvalidCoversTargetException.php index ebf2994a94e..c6300d9e256 100644 --- a/src/Framework/Exception/InvalidCoversTargetException.php +++ b/src/Framework/Exception/InvalidCoversTargetException.php @@ -10,6 +10,8 @@ namespace PHPUnit\Framework; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class InvalidCoversTargetException extends CodeCoverageException diff --git a/src/Framework/Exception/InvalidDataProviderException.php b/src/Framework/Exception/InvalidDataProviderException.php index 7e2ef24c637..a29f4bde38c 100644 --- a/src/Framework/Exception/InvalidDataProviderException.php +++ b/src/Framework/Exception/InvalidDataProviderException.php @@ -10,6 +10,8 @@ namespace PHPUnit\Framework; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class InvalidDataProviderException extends Exception diff --git a/src/Framework/Exception/InvalidDependencyException.php b/src/Framework/Exception/InvalidDependencyException.php index 3a949554c9d..8a636fd4851 100644 --- a/src/Framework/Exception/InvalidDependencyException.php +++ b/src/Framework/Exception/InvalidDependencyException.php @@ -10,6 +10,8 @@ namespace PHPUnit\Framework; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class InvalidDependencyException extends AssertionFailedError implements SkippedTest diff --git a/src/Framework/Exception/NoChildTestSuiteException.php b/src/Framework/Exception/NoChildTestSuiteException.php index 7ef4153b0f0..e59df81df12 100644 --- a/src/Framework/Exception/NoChildTestSuiteException.php +++ b/src/Framework/Exception/NoChildTestSuiteException.php @@ -10,6 +10,8 @@ namespace PHPUnit\Framework; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class NoChildTestSuiteException extends Exception diff --git a/src/Framework/Exception/ObjectEquals/ActualValueIsNotAnObjectException.php b/src/Framework/Exception/ObjectEquals/ActualValueIsNotAnObjectException.php index c2579df37a7..258b940ae21 100644 --- a/src/Framework/Exception/ObjectEquals/ActualValueIsNotAnObjectException.php +++ b/src/Framework/Exception/ObjectEquals/ActualValueIsNotAnObjectException.php @@ -10,6 +10,8 @@ namespace PHPUnit\Framework; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class ActualValueIsNotAnObjectException extends Exception diff --git a/src/Framework/Exception/ObjectEquals/ComparisonMethodDoesNotAcceptParameterTypeException.php b/src/Framework/Exception/ObjectEquals/ComparisonMethodDoesNotAcceptParameterTypeException.php index 19f4a490c94..74d00a17d76 100644 --- a/src/Framework/Exception/ObjectEquals/ComparisonMethodDoesNotAcceptParameterTypeException.php +++ b/src/Framework/Exception/ObjectEquals/ComparisonMethodDoesNotAcceptParameterTypeException.php @@ -12,6 +12,8 @@ use function sprintf; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class ComparisonMethodDoesNotAcceptParameterTypeException extends Exception diff --git a/src/Framework/Exception/ObjectEquals/ComparisonMethodDoesNotDeclareBoolReturnTypeException.php b/src/Framework/Exception/ObjectEquals/ComparisonMethodDoesNotDeclareBoolReturnTypeException.php index 87cd241d3f6..62dc7e8cbbb 100644 --- a/src/Framework/Exception/ObjectEquals/ComparisonMethodDoesNotDeclareBoolReturnTypeException.php +++ b/src/Framework/Exception/ObjectEquals/ComparisonMethodDoesNotDeclareBoolReturnTypeException.php @@ -12,6 +12,8 @@ use function sprintf; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class ComparisonMethodDoesNotDeclareBoolReturnTypeException extends Exception diff --git a/src/Framework/Exception/ObjectEquals/ComparisonMethodDoesNotDeclareExactlyOneParameterException.php b/src/Framework/Exception/ObjectEquals/ComparisonMethodDoesNotDeclareExactlyOneParameterException.php index b8d61933c5f..d57607447ae 100644 --- a/src/Framework/Exception/ObjectEquals/ComparisonMethodDoesNotDeclareExactlyOneParameterException.php +++ b/src/Framework/Exception/ObjectEquals/ComparisonMethodDoesNotDeclareExactlyOneParameterException.php @@ -12,6 +12,8 @@ use function sprintf; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class ComparisonMethodDoesNotDeclareExactlyOneParameterException extends Exception diff --git a/src/Framework/Exception/ObjectEquals/ComparisonMethodDoesNotDeclareParameterTypeException.php b/src/Framework/Exception/ObjectEquals/ComparisonMethodDoesNotDeclareParameterTypeException.php index 937a3b6971a..65718682913 100644 --- a/src/Framework/Exception/ObjectEquals/ComparisonMethodDoesNotDeclareParameterTypeException.php +++ b/src/Framework/Exception/ObjectEquals/ComparisonMethodDoesNotDeclareParameterTypeException.php @@ -12,6 +12,8 @@ use function sprintf; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class ComparisonMethodDoesNotDeclareParameterTypeException extends Exception diff --git a/src/Framework/Exception/ObjectEquals/ComparisonMethodDoesNotExistException.php b/src/Framework/Exception/ObjectEquals/ComparisonMethodDoesNotExistException.php index a482fb4f908..94590b51062 100644 --- a/src/Framework/Exception/ObjectEquals/ComparisonMethodDoesNotExistException.php +++ b/src/Framework/Exception/ObjectEquals/ComparisonMethodDoesNotExistException.php @@ -12,6 +12,8 @@ use function sprintf; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class ComparisonMethodDoesNotExistException extends Exception diff --git a/src/Framework/Exception/PhptAssertionFailedError.php b/src/Framework/Exception/PhptAssertionFailedError.php index e645e69f62a..73f602aa5d4 100644 --- a/src/Framework/Exception/PhptAssertionFailedError.php +++ b/src/Framework/Exception/PhptAssertionFailedError.php @@ -12,6 +12,8 @@ /** * @psalm-immutable * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class PhptAssertionFailedError extends AssertionFailedError diff --git a/src/Framework/Exception/ProcessIsolationException.php b/src/Framework/Exception/ProcessIsolationException.php index c4086fbb79c..e59c9c60358 100644 --- a/src/Framework/Exception/ProcessIsolationException.php +++ b/src/Framework/Exception/ProcessIsolationException.php @@ -10,6 +10,8 @@ namespace PHPUnit\Framework; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class ProcessIsolationException extends Exception diff --git a/src/Framework/Exception/Skipped/SkippedTest.php b/src/Framework/Exception/Skipped/SkippedTest.php index a12aa402da5..ab2f6749635 100644 --- a/src/Framework/Exception/Skipped/SkippedTest.php +++ b/src/Framework/Exception/Skipped/SkippedTest.php @@ -12,6 +12,8 @@ use Throwable; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ interface SkippedTest extends Throwable diff --git a/src/Framework/Exception/Skipped/SkippedTestSuiteError.php b/src/Framework/Exception/Skipped/SkippedTestSuiteError.php index 5448508a1ea..d3a4788b0cf 100644 --- a/src/Framework/Exception/Skipped/SkippedTestSuiteError.php +++ b/src/Framework/Exception/Skipped/SkippedTestSuiteError.php @@ -10,6 +10,8 @@ namespace PHPUnit\Framework; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class SkippedTestSuiteError extends AssertionFailedError implements SkippedTest diff --git a/src/Framework/Exception/Skipped/SkippedWithMessageException.php b/src/Framework/Exception/Skipped/SkippedWithMessageException.php index 22b73a1cfbb..d09a760a37c 100644 --- a/src/Framework/Exception/Skipped/SkippedWithMessageException.php +++ b/src/Framework/Exception/Skipped/SkippedWithMessageException.php @@ -10,6 +10,8 @@ namespace PHPUnit\Framework; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class SkippedWithMessageException extends AssertionFailedError implements SkippedTest diff --git a/src/Framework/Exception/UnknownClassOrInterfaceException.php b/src/Framework/Exception/UnknownClassOrInterfaceException.php index c3cab6c6b67..6a10f97fb1a 100644 --- a/src/Framework/Exception/UnknownClassOrInterfaceException.php +++ b/src/Framework/Exception/UnknownClassOrInterfaceException.php @@ -12,6 +12,8 @@ use function sprintf; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class UnknownClassOrInterfaceException extends InvalidArgumentException diff --git a/src/Framework/Exception/UnknownTypeException.php b/src/Framework/Exception/UnknownTypeException.php index b5f9debf3f1..b58b695c744 100644 --- a/src/Framework/Exception/UnknownTypeException.php +++ b/src/Framework/Exception/UnknownTypeException.php @@ -12,6 +12,8 @@ use function sprintf; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class UnknownTypeException extends InvalidArgumentException diff --git a/src/Framework/ExecutionOrderDependency.php b/src/Framework/ExecutionOrderDependency.php index 1138fc888c3..091628cc968 100644 --- a/src/Framework/ExecutionOrderDependency.php +++ b/src/Framework/ExecutionOrderDependency.php @@ -20,6 +20,8 @@ use Stringable; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class ExecutionOrderDependency implements Stringable diff --git a/src/Framework/MockObject/ConfigurableMethod.php b/src/Framework/MockObject/ConfigurableMethod.php index d48d6fa1ee4..54d408c0ad4 100644 --- a/src/Framework/MockObject/ConfigurableMethod.php +++ b/src/Framework/MockObject/ConfigurableMethod.php @@ -12,6 +12,8 @@ use SebastianBergmann\Type\Type; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class ConfigurableMethod diff --git a/src/Framework/MockObject/Exception/BadMethodCallException.php b/src/Framework/MockObject/Exception/BadMethodCallException.php index 7e655e235a9..e8ddadda5e1 100644 --- a/src/Framework/MockObject/Exception/BadMethodCallException.php +++ b/src/Framework/MockObject/Exception/BadMethodCallException.php @@ -10,6 +10,8 @@ namespace PHPUnit\Framework\MockObject; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class BadMethodCallException extends \BadMethodCallException implements Exception diff --git a/src/Framework/MockObject/Exception/CannotUseOnlyMethodsException.php b/src/Framework/MockObject/Exception/CannotUseOnlyMethodsException.php index 61fe0cc580b..6cb399e53a6 100644 --- a/src/Framework/MockObject/Exception/CannotUseOnlyMethodsException.php +++ b/src/Framework/MockObject/Exception/CannotUseOnlyMethodsException.php @@ -12,6 +12,8 @@ use function sprintf; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class CannotUseOnlyMethodsException extends \PHPUnit\Framework\Exception implements Exception diff --git a/src/Framework/MockObject/Exception/Exception.php b/src/Framework/MockObject/Exception/Exception.php index 5880bc033ec..f7994f20f77 100644 --- a/src/Framework/MockObject/Exception/Exception.php +++ b/src/Framework/MockObject/Exception/Exception.php @@ -12,6 +12,8 @@ use Throwable; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ interface Exception extends Throwable diff --git a/src/Framework/MockObject/Exception/IncompatibleReturnValueException.php b/src/Framework/MockObject/Exception/IncompatibleReturnValueException.php index 6409204a857..faf8a498d95 100644 --- a/src/Framework/MockObject/Exception/IncompatibleReturnValueException.php +++ b/src/Framework/MockObject/Exception/IncompatibleReturnValueException.php @@ -13,6 +13,8 @@ use function sprintf; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class IncompatibleReturnValueException extends \PHPUnit\Framework\Exception implements Exception diff --git a/src/Framework/MockObject/Exception/MatchBuilderNotFoundException.php b/src/Framework/MockObject/Exception/MatchBuilderNotFoundException.php index f2e1a31e8e5..8bf8967b066 100644 --- a/src/Framework/MockObject/Exception/MatchBuilderNotFoundException.php +++ b/src/Framework/MockObject/Exception/MatchBuilderNotFoundException.php @@ -12,6 +12,8 @@ use function sprintf; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class MatchBuilderNotFoundException extends \PHPUnit\Framework\Exception implements Exception diff --git a/src/Framework/MockObject/Exception/MatcherAlreadyRegisteredException.php b/src/Framework/MockObject/Exception/MatcherAlreadyRegisteredException.php index 0972ffaf85b..de62b867922 100644 --- a/src/Framework/MockObject/Exception/MatcherAlreadyRegisteredException.php +++ b/src/Framework/MockObject/Exception/MatcherAlreadyRegisteredException.php @@ -12,6 +12,8 @@ use function sprintf; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class MatcherAlreadyRegisteredException extends \PHPUnit\Framework\Exception implements Exception diff --git a/src/Framework/MockObject/Exception/MethodCannotBeConfiguredException.php b/src/Framework/MockObject/Exception/MethodCannotBeConfiguredException.php index 2f0bb5a65a9..4d39b5d9250 100644 --- a/src/Framework/MockObject/Exception/MethodCannotBeConfiguredException.php +++ b/src/Framework/MockObject/Exception/MethodCannotBeConfiguredException.php @@ -12,6 +12,8 @@ use function sprintf; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class MethodCannotBeConfiguredException extends \PHPUnit\Framework\Exception implements Exception diff --git a/src/Framework/MockObject/Exception/MethodNameAlreadyConfiguredException.php b/src/Framework/MockObject/Exception/MethodNameAlreadyConfiguredException.php index 1e9f2c04cac..e4a375927bc 100644 --- a/src/Framework/MockObject/Exception/MethodNameAlreadyConfiguredException.php +++ b/src/Framework/MockObject/Exception/MethodNameAlreadyConfiguredException.php @@ -10,6 +10,8 @@ namespace PHPUnit\Framework\MockObject; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class MethodNameAlreadyConfiguredException extends \PHPUnit\Framework\Exception implements Exception diff --git a/src/Framework/MockObject/Exception/MethodNameNotConfiguredException.php b/src/Framework/MockObject/Exception/MethodNameNotConfiguredException.php index 89565b77ee2..25c11341660 100644 --- a/src/Framework/MockObject/Exception/MethodNameNotConfiguredException.php +++ b/src/Framework/MockObject/Exception/MethodNameNotConfiguredException.php @@ -10,6 +10,8 @@ namespace PHPUnit\Framework\MockObject; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class MethodNameNotConfiguredException extends \PHPUnit\Framework\Exception implements Exception diff --git a/src/Framework/MockObject/Exception/MethodParametersAlreadyConfiguredException.php b/src/Framework/MockObject/Exception/MethodParametersAlreadyConfiguredException.php index 1609c6ffb6b..fba96cf45c9 100644 --- a/src/Framework/MockObject/Exception/MethodParametersAlreadyConfiguredException.php +++ b/src/Framework/MockObject/Exception/MethodParametersAlreadyConfiguredException.php @@ -10,6 +10,8 @@ namespace PHPUnit\Framework\MockObject; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class MethodParametersAlreadyConfiguredException extends \PHPUnit\Framework\Exception implements Exception diff --git a/src/Framework/MockObject/Exception/ReflectionException.php b/src/Framework/MockObject/Exception/ReflectionException.php index d6319c694bb..4981d3a7e48 100644 --- a/src/Framework/MockObject/Exception/ReflectionException.php +++ b/src/Framework/MockObject/Exception/ReflectionException.php @@ -12,6 +12,8 @@ use RuntimeException; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class ReflectionException extends RuntimeException implements Exception diff --git a/src/Framework/MockObject/Exception/ReturnValueNotConfiguredException.php b/src/Framework/MockObject/Exception/ReturnValueNotConfiguredException.php index 0b7bceb3fa9..cf193f10c14 100644 --- a/src/Framework/MockObject/Exception/ReturnValueNotConfiguredException.php +++ b/src/Framework/MockObject/Exception/ReturnValueNotConfiguredException.php @@ -12,6 +12,8 @@ use function sprintf; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class ReturnValueNotConfiguredException extends \PHPUnit\Framework\Exception implements Exception diff --git a/src/Framework/MockObject/Exception/RuntimeException.php b/src/Framework/MockObject/Exception/RuntimeException.php index 33b6a5be32f..b99a903e5d1 100644 --- a/src/Framework/MockObject/Exception/RuntimeException.php +++ b/src/Framework/MockObject/Exception/RuntimeException.php @@ -10,6 +10,8 @@ namespace PHPUnit\Framework\MockObject; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class RuntimeException extends \RuntimeException implements Exception diff --git a/src/Framework/MockObject/Generator/Exception/CannotUseAddMethodsException.php b/src/Framework/MockObject/Generator/Exception/CannotUseAddMethodsException.php index db8abd1eaa2..9fc5078870c 100644 --- a/src/Framework/MockObject/Generator/Exception/CannotUseAddMethodsException.php +++ b/src/Framework/MockObject/Generator/Exception/CannotUseAddMethodsException.php @@ -12,6 +12,8 @@ use function sprintf; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class CannotUseAddMethodsException extends \PHPUnit\Framework\Exception implements Exception diff --git a/src/Framework/MockObject/Generator/Exception/ClassIsEnumerationException.php b/src/Framework/MockObject/Generator/Exception/ClassIsEnumerationException.php index 96137c416a3..e2cde18b68b 100644 --- a/src/Framework/MockObject/Generator/Exception/ClassIsEnumerationException.php +++ b/src/Framework/MockObject/Generator/Exception/ClassIsEnumerationException.php @@ -12,6 +12,8 @@ use function sprintf; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class ClassIsEnumerationException extends \PHPUnit\Framework\Exception implements Exception diff --git a/src/Framework/MockObject/Generator/Exception/ClassIsFinalException.php b/src/Framework/MockObject/Generator/Exception/ClassIsFinalException.php index de9e9430a8b..f10100b90de 100644 --- a/src/Framework/MockObject/Generator/Exception/ClassIsFinalException.php +++ b/src/Framework/MockObject/Generator/Exception/ClassIsFinalException.php @@ -12,6 +12,8 @@ use function sprintf; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class ClassIsFinalException extends \PHPUnit\Framework\Exception implements Exception diff --git a/src/Framework/MockObject/Generator/Exception/ClassIsReadonlyException.php b/src/Framework/MockObject/Generator/Exception/ClassIsReadonlyException.php index 7cf07fe9c79..2b549c7a1a0 100644 --- a/src/Framework/MockObject/Generator/Exception/ClassIsReadonlyException.php +++ b/src/Framework/MockObject/Generator/Exception/ClassIsReadonlyException.php @@ -12,6 +12,8 @@ use function sprintf; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class ClassIsReadonlyException extends \PHPUnit\Framework\Exception implements Exception diff --git a/src/Framework/MockObject/Generator/Exception/DuplicateMethodException.php b/src/Framework/MockObject/Generator/Exception/DuplicateMethodException.php index 71bed992233..f9a0a766a3d 100644 --- a/src/Framework/MockObject/Generator/Exception/DuplicateMethodException.php +++ b/src/Framework/MockObject/Generator/Exception/DuplicateMethodException.php @@ -15,6 +15,8 @@ use function sprintf; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class DuplicateMethodException extends \PHPUnit\Framework\Exception implements Exception diff --git a/src/Framework/MockObject/Generator/Exception/Exception.php b/src/Framework/MockObject/Generator/Exception/Exception.php index 9a3c25884d2..8d62606fca2 100644 --- a/src/Framework/MockObject/Generator/Exception/Exception.php +++ b/src/Framework/MockObject/Generator/Exception/Exception.php @@ -12,6 +12,8 @@ use PHPUnit\Framework\MockObject\Exception as BaseException; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This interface is not covered by the backward compatibility promise for PHPUnit */ interface Exception extends BaseException diff --git a/src/Framework/MockObject/Generator/Exception/InvalidMethodNameException.php b/src/Framework/MockObject/Generator/Exception/InvalidMethodNameException.php index 4a7bd68e9b2..32296ce3940 100644 --- a/src/Framework/MockObject/Generator/Exception/InvalidMethodNameException.php +++ b/src/Framework/MockObject/Generator/Exception/InvalidMethodNameException.php @@ -12,6 +12,8 @@ use function sprintf; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class InvalidMethodNameException extends \PHPUnit\Framework\Exception implements Exception diff --git a/src/Framework/MockObject/Generator/Exception/NameAlreadyInUseException.php b/src/Framework/MockObject/Generator/Exception/NameAlreadyInUseException.php index a1b353f5a9d..c73e717aa9a 100644 --- a/src/Framework/MockObject/Generator/Exception/NameAlreadyInUseException.php +++ b/src/Framework/MockObject/Generator/Exception/NameAlreadyInUseException.php @@ -12,6 +12,8 @@ use function sprintf; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class NameAlreadyInUseException extends \PHPUnit\Framework\Exception implements Exception diff --git a/src/Framework/MockObject/Generator/Exception/OriginalConstructorInvocationRequiredException.php b/src/Framework/MockObject/Generator/Exception/OriginalConstructorInvocationRequiredException.php index b91e26149de..b284d94d869 100644 --- a/src/Framework/MockObject/Generator/Exception/OriginalConstructorInvocationRequiredException.php +++ b/src/Framework/MockObject/Generator/Exception/OriginalConstructorInvocationRequiredException.php @@ -10,6 +10,8 @@ namespace PHPUnit\Framework\MockObject\Generator; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class OriginalConstructorInvocationRequiredException extends \PHPUnit\Framework\Exception implements Exception diff --git a/src/Framework/MockObject/Generator/Exception/ReflectionException.php b/src/Framework/MockObject/Generator/Exception/ReflectionException.php index 03efd52d808..f4a84f18e6e 100644 --- a/src/Framework/MockObject/Generator/Exception/ReflectionException.php +++ b/src/Framework/MockObject/Generator/Exception/ReflectionException.php @@ -10,6 +10,8 @@ namespace PHPUnit\Framework\MockObject\Generator; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class ReflectionException extends \PHPUnit\Framework\Exception implements Exception diff --git a/src/Framework/MockObject/Generator/Exception/RuntimeException.php b/src/Framework/MockObject/Generator/Exception/RuntimeException.php index 0cca5fa5ab1..eed41c37a33 100644 --- a/src/Framework/MockObject/Generator/Exception/RuntimeException.php +++ b/src/Framework/MockObject/Generator/Exception/RuntimeException.php @@ -10,6 +10,8 @@ namespace PHPUnit\Framework\MockObject\Generator; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class RuntimeException extends \PHPUnit\Framework\Exception implements Exception diff --git a/src/Framework/MockObject/Generator/Exception/SoapExtensionNotAvailableException.php b/src/Framework/MockObject/Generator/Exception/SoapExtensionNotAvailableException.php index 37af4913145..f6f513b8fbb 100644 --- a/src/Framework/MockObject/Generator/Exception/SoapExtensionNotAvailableException.php +++ b/src/Framework/MockObject/Generator/Exception/SoapExtensionNotAvailableException.php @@ -10,6 +10,8 @@ namespace PHPUnit\Framework\MockObject\Generator; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class SoapExtensionNotAvailableException extends \PHPUnit\Framework\Exception implements Exception diff --git a/src/Framework/MockObject/Generator/Exception/UnknownClassException.php b/src/Framework/MockObject/Generator/Exception/UnknownClassException.php index 64c79e0a233..c5127459172 100644 --- a/src/Framework/MockObject/Generator/Exception/UnknownClassException.php +++ b/src/Framework/MockObject/Generator/Exception/UnknownClassException.php @@ -12,6 +12,8 @@ use function sprintf; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class UnknownClassException extends \PHPUnit\Framework\Exception implements Exception diff --git a/src/Framework/MockObject/Generator/Exception/UnknownTraitException.php b/src/Framework/MockObject/Generator/Exception/UnknownTraitException.php index 67cecfa9009..a536b156545 100644 --- a/src/Framework/MockObject/Generator/Exception/UnknownTraitException.php +++ b/src/Framework/MockObject/Generator/Exception/UnknownTraitException.php @@ -12,6 +12,8 @@ use function sprintf; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit * * @deprecated https://github.com/sebastianbergmann/phpunit/issues/5243 diff --git a/src/Framework/MockObject/Generator/Exception/UnknownTypeException.php b/src/Framework/MockObject/Generator/Exception/UnknownTypeException.php index ccda69bbd80..cd1e1e072b1 100644 --- a/src/Framework/MockObject/Generator/Exception/UnknownTypeException.php +++ b/src/Framework/MockObject/Generator/Exception/UnknownTypeException.php @@ -12,6 +12,8 @@ use function sprintf; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class UnknownTypeException extends \PHPUnit\Framework\Exception implements Exception diff --git a/src/Framework/MockObject/Generator/Generator.php b/src/Framework/MockObject/Generator/Generator.php index d0f8735df90..e4a63abd5d8 100644 --- a/src/Framework/MockObject/Generator/Generator.php +++ b/src/Framework/MockObject/Generator/Generator.php @@ -62,6 +62,8 @@ use Traversable; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class Generator diff --git a/src/Framework/MockObject/Generator/MockClass.php b/src/Framework/MockObject/Generator/MockClass.php index 7606ea5953f..8fe3c827891 100644 --- a/src/Framework/MockObject/Generator/MockClass.php +++ b/src/Framework/MockObject/Generator/MockClass.php @@ -14,6 +14,8 @@ use PHPUnit\Framework\MockObject\ConfigurableMethod; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class MockClass implements MockType diff --git a/src/Framework/MockObject/Generator/MockMethod.php b/src/Framework/MockObject/Generator/MockMethod.php index 4c58e8c6eea..81f1cad71c6 100644 --- a/src/Framework/MockObject/Generator/MockMethod.php +++ b/src/Framework/MockObject/Generator/MockMethod.php @@ -30,6 +30,8 @@ use SebastianBergmann\Type\UnknownType; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class MockMethod diff --git a/src/Framework/MockObject/Generator/MockMethodSet.php b/src/Framework/MockObject/Generator/MockMethodSet.php index 31f48a6a167..92785cc11c4 100644 --- a/src/Framework/MockObject/Generator/MockMethodSet.php +++ b/src/Framework/MockObject/Generator/MockMethodSet.php @@ -14,6 +14,8 @@ use function strtolower; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class MockMethodSet diff --git a/src/Framework/MockObject/Generator/MockTrait.php b/src/Framework/MockObject/Generator/MockTrait.php index 20e9301b602..2e78a6a3ad9 100644 --- a/src/Framework/MockObject/Generator/MockTrait.php +++ b/src/Framework/MockObject/Generator/MockTrait.php @@ -12,6 +12,8 @@ use function class_exists; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit * * @deprecated https://github.com/sebastianbergmann/phpunit/issues/5243 diff --git a/src/Framework/MockObject/Generator/MockType.php b/src/Framework/MockObject/Generator/MockType.php index 3f7799f0b4d..6003d987aa6 100644 --- a/src/Framework/MockObject/Generator/MockType.php +++ b/src/Framework/MockObject/Generator/MockType.php @@ -10,6 +10,8 @@ namespace PHPUnit\Framework\MockObject\Generator; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ interface MockType diff --git a/src/Framework/MockObject/Generator/TemplateLoader.php b/src/Framework/MockObject/Generator/TemplateLoader.php index fc3b73a10f0..37545fc9ba2 100644 --- a/src/Framework/MockObject/Generator/TemplateLoader.php +++ b/src/Framework/MockObject/Generator/TemplateLoader.php @@ -12,6 +12,8 @@ use SebastianBergmann\Template\Template; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This trait is not covered by the backward compatibility promise for PHPUnit */ trait TemplateLoader diff --git a/src/Framework/MockObject/Runtime/Api/DoubledCloneMethod.php b/src/Framework/MockObject/Runtime/Api/DoubledCloneMethod.php index bb02daf8743..17ad85d7b01 100644 --- a/src/Framework/MockObject/Runtime/Api/DoubledCloneMethod.php +++ b/src/Framework/MockObject/Runtime/Api/DoubledCloneMethod.php @@ -10,6 +10,8 @@ namespace PHPUnit\Framework\MockObject; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This trait is not covered by the backward compatibility promise for PHPUnit */ trait DoubledCloneMethod diff --git a/src/Framework/MockObject/Runtime/Api/Method.php b/src/Framework/MockObject/Runtime/Api/Method.php index a991eae4acd..ef77e3cb5a0 100644 --- a/src/Framework/MockObject/Runtime/Api/Method.php +++ b/src/Framework/MockObject/Runtime/Api/Method.php @@ -15,6 +15,8 @@ use PHPUnit\Framework\MockObject\Rule\AnyInvokedCount; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This trait is not covered by the backward compatibility promise for PHPUnit */ trait Method diff --git a/src/Framework/MockObject/Runtime/Api/MockObjectApi.php b/src/Framework/MockObject/Runtime/Api/MockObjectApi.php index b6b3bd52518..28b55d6b2db 100644 --- a/src/Framework/MockObject/Runtime/Api/MockObjectApi.php +++ b/src/Framework/MockObject/Runtime/Api/MockObjectApi.php @@ -13,6 +13,8 @@ use PHPUnit\Framework\MockObject\Rule\InvocationOrder; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This trait is not covered by the backward compatibility promise for PHPUnit */ trait MockObjectApi diff --git a/src/Framework/MockObject/Runtime/Api/ProxiedCloneMethod.php b/src/Framework/MockObject/Runtime/Api/ProxiedCloneMethod.php index ae0dbc78c08..4099a6417ff 100644 --- a/src/Framework/MockObject/Runtime/Api/ProxiedCloneMethod.php +++ b/src/Framework/MockObject/Runtime/Api/ProxiedCloneMethod.php @@ -10,6 +10,8 @@ namespace PHPUnit\Framework\MockObject; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This trait is not covered by the backward compatibility promise for PHPUnit */ trait ProxiedCloneMethod diff --git a/src/Framework/MockObject/Runtime/Api/StubApi.php b/src/Framework/MockObject/Runtime/Api/StubApi.php index 64bed690164..10dfe4cddb5 100644 --- a/src/Framework/MockObject/Runtime/Api/StubApi.php +++ b/src/Framework/MockObject/Runtime/Api/StubApi.php @@ -10,6 +10,8 @@ namespace PHPUnit\Framework\MockObject; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This trait is not covered by the backward compatibility promise for PHPUnit */ trait StubApi diff --git a/src/Framework/MockObject/Runtime/Builder/Identity.php b/src/Framework/MockObject/Runtime/Builder/Identity.php index 28c0bc035b8..07a9d37cfae 100644 --- a/src/Framework/MockObject/Runtime/Builder/Identity.php +++ b/src/Framework/MockObject/Runtime/Builder/Identity.php @@ -10,6 +10,8 @@ namespace PHPUnit\Framework\MockObject\Builder; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ interface Identity diff --git a/src/Framework/MockObject/Runtime/Builder/MethodNameMatch.php b/src/Framework/MockObject/Runtime/Builder/MethodNameMatch.php index 46b35e629b0..c25e8df7c12 100644 --- a/src/Framework/MockObject/Runtime/Builder/MethodNameMatch.php +++ b/src/Framework/MockObject/Runtime/Builder/MethodNameMatch.php @@ -12,6 +12,8 @@ use PHPUnit\Framework\Constraint\Constraint; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ interface MethodNameMatch extends ParametersMatch diff --git a/src/Framework/MockObject/Runtime/Builder/ParametersMatch.php b/src/Framework/MockObject/Runtime/Builder/ParametersMatch.php index 656d21b2b6a..96493d44189 100644 --- a/src/Framework/MockObject/Runtime/Builder/ParametersMatch.php +++ b/src/Framework/MockObject/Runtime/Builder/ParametersMatch.php @@ -10,6 +10,8 @@ namespace PHPUnit\Framework\MockObject\Builder; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ interface ParametersMatch extends Stub diff --git a/src/Framework/MockObject/Runtime/Builder/Stub.php b/src/Framework/MockObject/Runtime/Builder/Stub.php index d7cb78fc4e3..fce475490b6 100644 --- a/src/Framework/MockObject/Runtime/Builder/Stub.php +++ b/src/Framework/MockObject/Runtime/Builder/Stub.php @@ -12,6 +12,8 @@ use PHPUnit\Framework\MockObject\Stub\Stub as BaseStub; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ interface Stub extends Identity diff --git a/src/Framework/MockObject/Runtime/Interface/MockObjectInternal.php b/src/Framework/MockObject/Runtime/Interface/MockObjectInternal.php index bb84ffaccb6..fe5bbdf6d7a 100644 --- a/src/Framework/MockObject/Runtime/Interface/MockObjectInternal.php +++ b/src/Framework/MockObject/Runtime/Interface/MockObjectInternal.php @@ -10,6 +10,8 @@ namespace PHPUnit\Framework\MockObject; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This interface is not covered by the backward compatibility promise for PHPUnit */ interface MockObjectInternal extends MockObject, StubInternal diff --git a/src/Framework/MockObject/Runtime/Interface/StubInternal.php b/src/Framework/MockObject/Runtime/Interface/StubInternal.php index 79cc6a27970..91f6464f165 100644 --- a/src/Framework/MockObject/Runtime/Interface/StubInternal.php +++ b/src/Framework/MockObject/Runtime/Interface/StubInternal.php @@ -10,6 +10,8 @@ namespace PHPUnit\Framework\MockObject; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This interface is not covered by the backward compatibility promise for PHPUnit */ interface StubInternal extends Stub diff --git a/src/Framework/MockObject/Runtime/Invocation.php b/src/Framework/MockObject/Runtime/Invocation.php index e3dbefd4706..008b372b510 100644 --- a/src/Framework/MockObject/Runtime/Invocation.php +++ b/src/Framework/MockObject/Runtime/Invocation.php @@ -21,6 +21,8 @@ use SebastianBergmann\Exporter\Exporter; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class Invocation implements SelfDescribing diff --git a/src/Framework/MockObject/Runtime/InvocationHandler.php b/src/Framework/MockObject/Runtime/InvocationHandler.php index 45baebbbf15..4228d17d102 100644 --- a/src/Framework/MockObject/Runtime/InvocationHandler.php +++ b/src/Framework/MockObject/Runtime/InvocationHandler.php @@ -16,6 +16,8 @@ use Throwable; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class InvocationHandler diff --git a/src/Framework/MockObject/Runtime/Matcher.php b/src/Framework/MockObject/Runtime/Matcher.php index f53c1d9fee2..128a5856bd5 100644 --- a/src/Framework/MockObject/Runtime/Matcher.php +++ b/src/Framework/MockObject/Runtime/Matcher.php @@ -22,6 +22,8 @@ use PHPUnit\Util\ThrowableToStringMapper; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class Matcher diff --git a/src/Framework/MockObject/Runtime/MethodNameConstraint.php b/src/Framework/MockObject/Runtime/MethodNameConstraint.php index 450331ecdb7..db17134be9c 100644 --- a/src/Framework/MockObject/Runtime/MethodNameConstraint.php +++ b/src/Framework/MockObject/Runtime/MethodNameConstraint.php @@ -14,6 +14,8 @@ use PHPUnit\Framework\Constraint\Constraint; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class MethodNameConstraint extends Constraint diff --git a/src/Framework/MockObject/Runtime/ReturnValueGenerator.php b/src/Framework/MockObject/Runtime/ReturnValueGenerator.php index d4ad4b2303f..38541908799 100644 --- a/src/Framework/MockObject/Runtime/ReturnValueGenerator.php +++ b/src/Framework/MockObject/Runtime/ReturnValueGenerator.php @@ -25,6 +25,8 @@ use Throwable; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class ReturnValueGenerator diff --git a/src/Framework/MockObject/Runtime/Rule/AnyInvokedCount.php b/src/Framework/MockObject/Runtime/Rule/AnyInvokedCount.php index 1dd52081182..382f9308116 100644 --- a/src/Framework/MockObject/Runtime/Rule/AnyInvokedCount.php +++ b/src/Framework/MockObject/Runtime/Rule/AnyInvokedCount.php @@ -12,6 +12,8 @@ use PHPUnit\Framework\MockObject\Invocation as BaseInvocation; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class AnyInvokedCount extends InvocationOrder diff --git a/src/Framework/MockObject/Runtime/Rule/AnyParameters.php b/src/Framework/MockObject/Runtime/Rule/AnyParameters.php index 75232027835..01a54d1b425 100644 --- a/src/Framework/MockObject/Runtime/Rule/AnyParameters.php +++ b/src/Framework/MockObject/Runtime/Rule/AnyParameters.php @@ -12,6 +12,8 @@ use PHPUnit\Framework\MockObject\Invocation as BaseInvocation; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class AnyParameters implements ParametersRule diff --git a/src/Framework/MockObject/Runtime/Rule/InvocationOrder.php b/src/Framework/MockObject/Runtime/Rule/InvocationOrder.php index 2d7a7d25e46..5d8429d8784 100644 --- a/src/Framework/MockObject/Runtime/Rule/InvocationOrder.php +++ b/src/Framework/MockObject/Runtime/Rule/InvocationOrder.php @@ -14,6 +14,8 @@ use PHPUnit\Framework\SelfDescribing; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ abstract class InvocationOrder implements SelfDescribing diff --git a/src/Framework/MockObject/Runtime/Rule/InvokedAtLeastCount.php b/src/Framework/MockObject/Runtime/Rule/InvokedAtLeastCount.php index d6d251bd860..a78d933d194 100644 --- a/src/Framework/MockObject/Runtime/Rule/InvokedAtLeastCount.php +++ b/src/Framework/MockObject/Runtime/Rule/InvokedAtLeastCount.php @@ -14,6 +14,8 @@ use PHPUnit\Framework\MockObject\Invocation as BaseInvocation; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class InvokedAtLeastCount extends InvocationOrder diff --git a/src/Framework/MockObject/Runtime/Rule/InvokedAtLeastOnce.php b/src/Framework/MockObject/Runtime/Rule/InvokedAtLeastOnce.php index efe51838600..91026f53d3f 100644 --- a/src/Framework/MockObject/Runtime/Rule/InvokedAtLeastOnce.php +++ b/src/Framework/MockObject/Runtime/Rule/InvokedAtLeastOnce.php @@ -13,6 +13,8 @@ use PHPUnit\Framework\MockObject\Invocation as BaseInvocation; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class InvokedAtLeastOnce extends InvocationOrder diff --git a/src/Framework/MockObject/Runtime/Rule/InvokedAtMostCount.php b/src/Framework/MockObject/Runtime/Rule/InvokedAtMostCount.php index 64ed9403aa5..0cfda5e182d 100644 --- a/src/Framework/MockObject/Runtime/Rule/InvokedAtMostCount.php +++ b/src/Framework/MockObject/Runtime/Rule/InvokedAtMostCount.php @@ -14,6 +14,8 @@ use PHPUnit\Framework\MockObject\Invocation as BaseInvocation; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class InvokedAtMostCount extends InvocationOrder diff --git a/src/Framework/MockObject/Runtime/Rule/InvokedCount.php b/src/Framework/MockObject/Runtime/Rule/InvokedCount.php index 638317cac4d..3f0e505a0db 100644 --- a/src/Framework/MockObject/Runtime/Rule/InvokedCount.php +++ b/src/Framework/MockObject/Runtime/Rule/InvokedCount.php @@ -14,6 +14,8 @@ use PHPUnit\Framework\MockObject\Invocation as BaseInvocation; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class InvokedCount extends InvocationOrder diff --git a/src/Framework/MockObject/Runtime/Rule/MethodName.php b/src/Framework/MockObject/Runtime/Rule/MethodName.php index d6eda84607f..8ca6da680f7 100644 --- a/src/Framework/MockObject/Runtime/Rule/MethodName.php +++ b/src/Framework/MockObject/Runtime/Rule/MethodName.php @@ -17,6 +17,8 @@ use PHPUnit\Framework\MockObject\MethodNameConstraint; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class MethodName diff --git a/src/Framework/MockObject/Runtime/Rule/Parameters.php b/src/Framework/MockObject/Runtime/Rule/Parameters.php index 4119a0ec961..5db1ff95983 100644 --- a/src/Framework/MockObject/Runtime/Rule/Parameters.php +++ b/src/Framework/MockObject/Runtime/Rule/Parameters.php @@ -19,6 +19,8 @@ use PHPUnit\Framework\MockObject\Invocation as BaseInvocation; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class Parameters implements ParametersRule diff --git a/src/Framework/MockObject/Runtime/Stub/ConsecutiveCalls.php b/src/Framework/MockObject/Runtime/Stub/ConsecutiveCalls.php index 155226ee7e9..14b91fe3566 100644 --- a/src/Framework/MockObject/Runtime/Stub/ConsecutiveCalls.php +++ b/src/Framework/MockObject/Runtime/Stub/ConsecutiveCalls.php @@ -13,6 +13,8 @@ use PHPUnit\Framework\MockObject\Invocation; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class ConsecutiveCalls implements Stub diff --git a/src/Framework/MockObject/Runtime/Stub/Exception.php b/src/Framework/MockObject/Runtime/Stub/Exception.php index c2b349ca034..a17fe97bac3 100644 --- a/src/Framework/MockObject/Runtime/Stub/Exception.php +++ b/src/Framework/MockObject/Runtime/Stub/Exception.php @@ -13,6 +13,8 @@ use Throwable; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class Exception implements Stub diff --git a/src/Framework/MockObject/Runtime/Stub/ReturnArgument.php b/src/Framework/MockObject/Runtime/Stub/ReturnArgument.php index 4b28813c903..18fdce0fc4d 100644 --- a/src/Framework/MockObject/Runtime/Stub/ReturnArgument.php +++ b/src/Framework/MockObject/Runtime/Stub/ReturnArgument.php @@ -12,6 +12,8 @@ use PHPUnit\Framework\MockObject\Invocation; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class ReturnArgument implements Stub diff --git a/src/Framework/MockObject/Runtime/Stub/ReturnCallback.php b/src/Framework/MockObject/Runtime/Stub/ReturnCallback.php index be4a01512d0..4e4cd531025 100644 --- a/src/Framework/MockObject/Runtime/Stub/ReturnCallback.php +++ b/src/Framework/MockObject/Runtime/Stub/ReturnCallback.php @@ -13,6 +13,8 @@ use PHPUnit\Framework\MockObject\Invocation; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class ReturnCallback implements Stub diff --git a/src/Framework/MockObject/Runtime/Stub/ReturnReference.php b/src/Framework/MockObject/Runtime/Stub/ReturnReference.php index fd9e34debb1..448df45273d 100644 --- a/src/Framework/MockObject/Runtime/Stub/ReturnReference.php +++ b/src/Framework/MockObject/Runtime/Stub/ReturnReference.php @@ -12,6 +12,8 @@ use PHPUnit\Framework\MockObject\Invocation; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class ReturnReference implements Stub diff --git a/src/Framework/MockObject/Runtime/Stub/ReturnSelf.php b/src/Framework/MockObject/Runtime/Stub/ReturnSelf.php index 059ef18b2c2..4101d71acd1 100644 --- a/src/Framework/MockObject/Runtime/Stub/ReturnSelf.php +++ b/src/Framework/MockObject/Runtime/Stub/ReturnSelf.php @@ -13,6 +13,8 @@ use PHPUnit\Framework\MockObject\RuntimeException; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class ReturnSelf implements Stub diff --git a/src/Framework/MockObject/Runtime/Stub/ReturnStub.php b/src/Framework/MockObject/Runtime/Stub/ReturnStub.php index d810ceba73a..278c4da94cd 100644 --- a/src/Framework/MockObject/Runtime/Stub/ReturnStub.php +++ b/src/Framework/MockObject/Runtime/Stub/ReturnStub.php @@ -12,6 +12,8 @@ use PHPUnit\Framework\MockObject\Invocation; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class ReturnStub implements Stub diff --git a/src/Framework/MockObject/Runtime/Stub/ReturnValueMap.php b/src/Framework/MockObject/Runtime/Stub/ReturnValueMap.php index 2cdf1604f55..b1b62c5fc15 100644 --- a/src/Framework/MockObject/Runtime/Stub/ReturnValueMap.php +++ b/src/Framework/MockObject/Runtime/Stub/ReturnValueMap.php @@ -15,6 +15,8 @@ use PHPUnit\Framework\MockObject\Invocation; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class ReturnValueMap implements Stub diff --git a/src/Framework/MockObject/Runtime/Stub/Stub.php b/src/Framework/MockObject/Runtime/Stub/Stub.php index e889adfe74f..46d9e53a933 100644 --- a/src/Framework/MockObject/Runtime/Stub/Stub.php +++ b/src/Framework/MockObject/Runtime/Stub/Stub.php @@ -12,6 +12,8 @@ use PHPUnit\Framework\MockObject\Invocation; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ interface Stub diff --git a/src/Framework/Reorderable.php b/src/Framework/Reorderable.php index a75e8b946f5..cc035d962a6 100644 --- a/src/Framework/Reorderable.php +++ b/src/Framework/Reorderable.php @@ -10,6 +10,8 @@ namespace PHPUnit\Framework; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ interface Reorderable diff --git a/src/Framework/SelfDescribing.php b/src/Framework/SelfDescribing.php index 73034f650ab..122c31b5612 100644 --- a/src/Framework/SelfDescribing.php +++ b/src/Framework/SelfDescribing.php @@ -10,6 +10,8 @@ namespace PHPUnit\Framework; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ interface SelfDescribing diff --git a/src/Framework/TestBuilder.php b/src/Framework/TestBuilder.php index 8e5e019dfe0..32b1940ab19 100644 --- a/src/Framework/TestBuilder.php +++ b/src/Framework/TestBuilder.php @@ -22,6 +22,8 @@ use ReflectionClass; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class TestBuilder diff --git a/src/Framework/TestRunner.php b/src/Framework/TestRunner.php index 40e5b9b9440..3e2da2541ab 100644 --- a/src/Framework/TestRunner.php +++ b/src/Framework/TestRunner.php @@ -45,6 +45,8 @@ use Throwable; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class TestRunner diff --git a/src/Framework/TestSize/Known.php b/src/Framework/TestSize/Known.php index d7dca96e916..ea8cb293353 100644 --- a/src/Framework/TestSize/Known.php +++ b/src/Framework/TestSize/Known.php @@ -10,6 +10,8 @@ namespace PHPUnit\Framework\TestSize; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit * * @psalm-immutable diff --git a/src/Framework/TestSize/Large.php b/src/Framework/TestSize/Large.php index bdf001843b5..833dbc06416 100644 --- a/src/Framework/TestSize/Large.php +++ b/src/Framework/TestSize/Large.php @@ -10,6 +10,8 @@ namespace PHPUnit\Framework\TestSize; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit * * @psalm-immutable diff --git a/src/Framework/TestSize/Medium.php b/src/Framework/TestSize/Medium.php index b16edaa5511..dd934bed7c9 100644 --- a/src/Framework/TestSize/Medium.php +++ b/src/Framework/TestSize/Medium.php @@ -10,6 +10,8 @@ namespace PHPUnit\Framework\TestSize; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit * * @psalm-immutable diff --git a/src/Framework/TestSize/Small.php b/src/Framework/TestSize/Small.php index 1387e93088b..eb7250dbdb2 100644 --- a/src/Framework/TestSize/Small.php +++ b/src/Framework/TestSize/Small.php @@ -10,6 +10,8 @@ namespace PHPUnit\Framework\TestSize; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit * * @psalm-immutable diff --git a/src/Framework/TestSize/TestSize.php b/src/Framework/TestSize/TestSize.php index 7d876ea4248..82b0bb23f80 100644 --- a/src/Framework/TestSize/TestSize.php +++ b/src/Framework/TestSize/TestSize.php @@ -10,6 +10,8 @@ namespace PHPUnit\Framework\TestSize; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit * * @psalm-immutable diff --git a/src/Framework/TestSize/Unknown.php b/src/Framework/TestSize/Unknown.php index d0884e928d9..5089f3f2c72 100644 --- a/src/Framework/TestSize/Unknown.php +++ b/src/Framework/TestSize/Unknown.php @@ -10,6 +10,8 @@ namespace PHPUnit\Framework\TestSize; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit * * @psalm-immutable diff --git a/src/Framework/TestStatus/Deprecation.php b/src/Framework/TestStatus/Deprecation.php index 67ef6375966..545f6aaca0c 100644 --- a/src/Framework/TestStatus/Deprecation.php +++ b/src/Framework/TestStatus/Deprecation.php @@ -12,6 +12,8 @@ /** * @psalm-immutable * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class Deprecation extends Known diff --git a/src/Framework/TestStatus/Error.php b/src/Framework/TestStatus/Error.php index c7124295c00..8dedfdfc5c8 100644 --- a/src/Framework/TestStatus/Error.php +++ b/src/Framework/TestStatus/Error.php @@ -12,6 +12,8 @@ /** * @psalm-immutable * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class Error extends Known diff --git a/src/Framework/TestStatus/Failure.php b/src/Framework/TestStatus/Failure.php index a6028a08419..2568445b6ee 100644 --- a/src/Framework/TestStatus/Failure.php +++ b/src/Framework/TestStatus/Failure.php @@ -12,6 +12,8 @@ /** * @psalm-immutable * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class Failure extends Known diff --git a/src/Framework/TestStatus/Incomplete.php b/src/Framework/TestStatus/Incomplete.php index 6305a5ccf5c..6b81dce9396 100644 --- a/src/Framework/TestStatus/Incomplete.php +++ b/src/Framework/TestStatus/Incomplete.php @@ -12,6 +12,8 @@ /** * @psalm-immutable * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class Incomplete extends Known diff --git a/src/Framework/TestStatus/Known.php b/src/Framework/TestStatus/Known.php index b44955ea4d3..30838d38caf 100644 --- a/src/Framework/TestStatus/Known.php +++ b/src/Framework/TestStatus/Known.php @@ -12,6 +12,8 @@ /** * @psalm-immutable * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ abstract class Known extends TestStatus diff --git a/src/Framework/TestStatus/Notice.php b/src/Framework/TestStatus/Notice.php index 28ab650e3d1..322db6f7f69 100644 --- a/src/Framework/TestStatus/Notice.php +++ b/src/Framework/TestStatus/Notice.php @@ -12,6 +12,8 @@ /** * @psalm-immutable * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class Notice extends Known diff --git a/src/Framework/TestStatus/Risky.php b/src/Framework/TestStatus/Risky.php index b9708023f61..7e7db701861 100644 --- a/src/Framework/TestStatus/Risky.php +++ b/src/Framework/TestStatus/Risky.php @@ -12,6 +12,8 @@ /** * @psalm-immutable * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class Risky extends Known diff --git a/src/Framework/TestStatus/Skipped.php b/src/Framework/TestStatus/Skipped.php index 30dae7e480b..345aae9517c 100644 --- a/src/Framework/TestStatus/Skipped.php +++ b/src/Framework/TestStatus/Skipped.php @@ -12,6 +12,8 @@ /** * @psalm-immutable * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class Skipped extends Known diff --git a/src/Framework/TestStatus/Success.php b/src/Framework/TestStatus/Success.php index 18cc7c9397b..973fbdf5a44 100644 --- a/src/Framework/TestStatus/Success.php +++ b/src/Framework/TestStatus/Success.php @@ -12,6 +12,8 @@ /** * @psalm-immutable * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class Success extends Known diff --git a/src/Framework/TestStatus/TestStatus.php b/src/Framework/TestStatus/TestStatus.php index fff96a546df..444840831e3 100644 --- a/src/Framework/TestStatus/TestStatus.php +++ b/src/Framework/TestStatus/TestStatus.php @@ -12,6 +12,8 @@ /** * @psalm-immutable * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ abstract class TestStatus diff --git a/src/Framework/TestStatus/Unknown.php b/src/Framework/TestStatus/Unknown.php index 258c75b75e7..7a391638b30 100644 --- a/src/Framework/TestStatus/Unknown.php +++ b/src/Framework/TestStatus/Unknown.php @@ -12,6 +12,8 @@ /** * @psalm-immutable * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class Unknown extends TestStatus diff --git a/src/Framework/TestStatus/Warning.php b/src/Framework/TestStatus/Warning.php index a07b5498f49..ebb05b0f006 100644 --- a/src/Framework/TestStatus/Warning.php +++ b/src/Framework/TestStatus/Warning.php @@ -12,6 +12,8 @@ /** * @psalm-immutable * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class Warning extends Known diff --git a/src/Framework/TestSuite.php b/src/Framework/TestSuite.php index b6b19be1e89..8bbc9f7056c 100644 --- a/src/Framework/TestSuite.php +++ b/src/Framework/TestSuite.php @@ -53,6 +53,8 @@ /** * @template-implements IteratorAggregate * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ class TestSuite implements IteratorAggregate, Reorderable, SelfDescribing, Test diff --git a/src/Framework/TestSuiteIterator.php b/src/Framework/TestSuiteIterator.php index 32ee7c6d62c..8af0121834f 100644 --- a/src/Framework/TestSuiteIterator.php +++ b/src/Framework/TestSuiteIterator.php @@ -16,6 +16,8 @@ /** * @template-implements RecursiveIterator * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class TestSuiteIterator implements RecursiveIterator diff --git a/src/Logging/EventLogger.php b/src/Logging/EventLogger.php index 88b684aa292..083502133c3 100644 --- a/src/Logging/EventLogger.php +++ b/src/Logging/EventLogger.php @@ -22,6 +22,8 @@ use PHPUnit\Event\Tracer\Tracer; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class EventLogger implements Tracer diff --git a/src/Logging/Exception.php b/src/Logging/Exception.php index f2e4f8bc734..0e9ddad7b28 100644 --- a/src/Logging/Exception.php +++ b/src/Logging/Exception.php @@ -12,6 +12,8 @@ use RuntimeException; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class Exception extends RuntimeException implements \PHPUnit\Exception diff --git a/src/Logging/JUnit/JunitXmlLogger.php b/src/Logging/JUnit/JunitXmlLogger.php index 789e76b2451..f68bdc99a67 100644 --- a/src/Logging/JUnit/JunitXmlLogger.php +++ b/src/Logging/JUnit/JunitXmlLogger.php @@ -38,6 +38,8 @@ use PHPUnit\Util\Xml; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class JunitXmlLogger diff --git a/src/Logging/JUnit/Subscriber/Subscriber.php b/src/Logging/JUnit/Subscriber/Subscriber.php index c3a7c624e5e..7067461e03d 100644 --- a/src/Logging/JUnit/Subscriber/Subscriber.php +++ b/src/Logging/JUnit/Subscriber/Subscriber.php @@ -10,6 +10,8 @@ namespace PHPUnit\Logging\JUnit; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ abstract class Subscriber diff --git a/src/Logging/JUnit/Subscriber/TestErroredSubscriber.php b/src/Logging/JUnit/Subscriber/TestErroredSubscriber.php index b790d8abf01..1c5ca7be503 100644 --- a/src/Logging/JUnit/Subscriber/TestErroredSubscriber.php +++ b/src/Logging/JUnit/Subscriber/TestErroredSubscriber.php @@ -14,6 +14,8 @@ use PHPUnit\Event\Test\ErroredSubscriber; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class TestErroredSubscriber extends Subscriber implements ErroredSubscriber diff --git a/src/Logging/JUnit/Subscriber/TestFailedSubscriber.php b/src/Logging/JUnit/Subscriber/TestFailedSubscriber.php index 0c99b913146..286012aec49 100644 --- a/src/Logging/JUnit/Subscriber/TestFailedSubscriber.php +++ b/src/Logging/JUnit/Subscriber/TestFailedSubscriber.php @@ -14,6 +14,8 @@ use PHPUnit\Event\Test\FailedSubscriber; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class TestFailedSubscriber extends Subscriber implements FailedSubscriber diff --git a/src/Logging/JUnit/Subscriber/TestFinishedSubscriber.php b/src/Logging/JUnit/Subscriber/TestFinishedSubscriber.php index bb69ee21bcd..3f3ecac11b5 100644 --- a/src/Logging/JUnit/Subscriber/TestFinishedSubscriber.php +++ b/src/Logging/JUnit/Subscriber/TestFinishedSubscriber.php @@ -14,6 +14,8 @@ use PHPUnit\Event\Test\FinishedSubscriber; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class TestFinishedSubscriber extends Subscriber implements FinishedSubscriber diff --git a/src/Logging/JUnit/Subscriber/TestMarkedIncompleteSubscriber.php b/src/Logging/JUnit/Subscriber/TestMarkedIncompleteSubscriber.php index 84b16ef7780..5354427e85e 100644 --- a/src/Logging/JUnit/Subscriber/TestMarkedIncompleteSubscriber.php +++ b/src/Logging/JUnit/Subscriber/TestMarkedIncompleteSubscriber.php @@ -14,6 +14,8 @@ use PHPUnit\Event\Test\MarkedIncompleteSubscriber; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class TestMarkedIncompleteSubscriber extends Subscriber implements MarkedIncompleteSubscriber diff --git a/src/Logging/JUnit/Subscriber/TestPreparationFailedSubscriber.php b/src/Logging/JUnit/Subscriber/TestPreparationFailedSubscriber.php index 116172256e9..d052f8dd364 100644 --- a/src/Logging/JUnit/Subscriber/TestPreparationFailedSubscriber.php +++ b/src/Logging/JUnit/Subscriber/TestPreparationFailedSubscriber.php @@ -14,6 +14,8 @@ use PHPUnit\Event\Test\PreparationFailedSubscriber; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class TestPreparationFailedSubscriber extends Subscriber implements PreparationFailedSubscriber diff --git a/src/Logging/JUnit/Subscriber/TestPreparationStartedSubscriber.php b/src/Logging/JUnit/Subscriber/TestPreparationStartedSubscriber.php index f2c4a908fd0..91ce18f70e7 100644 --- a/src/Logging/JUnit/Subscriber/TestPreparationStartedSubscriber.php +++ b/src/Logging/JUnit/Subscriber/TestPreparationStartedSubscriber.php @@ -14,6 +14,8 @@ use PHPUnit\Event\Test\PreparationStartedSubscriber; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class TestPreparationStartedSubscriber extends Subscriber implements PreparationStartedSubscriber diff --git a/src/Logging/JUnit/Subscriber/TestPreparedSubscriber.php b/src/Logging/JUnit/Subscriber/TestPreparedSubscriber.php index 90b3a0c25dd..d3de506be56 100644 --- a/src/Logging/JUnit/Subscriber/TestPreparedSubscriber.php +++ b/src/Logging/JUnit/Subscriber/TestPreparedSubscriber.php @@ -14,6 +14,8 @@ use PHPUnit\Event\Test\PreparedSubscriber; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class TestPreparedSubscriber extends Subscriber implements PreparedSubscriber diff --git a/src/Logging/JUnit/Subscriber/TestRunnerExecutionFinishedSubscriber.php b/src/Logging/JUnit/Subscriber/TestRunnerExecutionFinishedSubscriber.php index 148ff2371df..b544b04f969 100644 --- a/src/Logging/JUnit/Subscriber/TestRunnerExecutionFinishedSubscriber.php +++ b/src/Logging/JUnit/Subscriber/TestRunnerExecutionFinishedSubscriber.php @@ -13,6 +13,8 @@ use PHPUnit\Event\TestRunner\ExecutionFinishedSubscriber; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class TestRunnerExecutionFinishedSubscriber extends Subscriber implements ExecutionFinishedSubscriber diff --git a/src/Logging/JUnit/Subscriber/TestSkippedSubscriber.php b/src/Logging/JUnit/Subscriber/TestSkippedSubscriber.php index 6b275073f3e..383b89db938 100644 --- a/src/Logging/JUnit/Subscriber/TestSkippedSubscriber.php +++ b/src/Logging/JUnit/Subscriber/TestSkippedSubscriber.php @@ -14,6 +14,8 @@ use PHPUnit\Event\Test\SkippedSubscriber; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class TestSkippedSubscriber extends Subscriber implements SkippedSubscriber diff --git a/src/Logging/JUnit/Subscriber/TestSuiteFinishedSubscriber.php b/src/Logging/JUnit/Subscriber/TestSuiteFinishedSubscriber.php index 26e1981f872..122f4aa7bcf 100644 --- a/src/Logging/JUnit/Subscriber/TestSuiteFinishedSubscriber.php +++ b/src/Logging/JUnit/Subscriber/TestSuiteFinishedSubscriber.php @@ -13,6 +13,8 @@ use PHPUnit\Event\TestSuite\FinishedSubscriber; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class TestSuiteFinishedSubscriber extends Subscriber implements FinishedSubscriber diff --git a/src/Logging/JUnit/Subscriber/TestSuiteStartedSubscriber.php b/src/Logging/JUnit/Subscriber/TestSuiteStartedSubscriber.php index dfec98b4e2d..c213d77427c 100644 --- a/src/Logging/JUnit/Subscriber/TestSuiteStartedSubscriber.php +++ b/src/Logging/JUnit/Subscriber/TestSuiteStartedSubscriber.php @@ -13,6 +13,8 @@ use PHPUnit\Event\TestSuite\StartedSubscriber; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class TestSuiteStartedSubscriber extends Subscriber implements StartedSubscriber diff --git a/src/Logging/TeamCity/Subscriber/Subscriber.php b/src/Logging/TeamCity/Subscriber/Subscriber.php index a24289620ba..ae72b8b4b76 100644 --- a/src/Logging/TeamCity/Subscriber/Subscriber.php +++ b/src/Logging/TeamCity/Subscriber/Subscriber.php @@ -10,6 +10,8 @@ namespace PHPUnit\Logging\TeamCity; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ abstract class Subscriber diff --git a/src/Logging/TeamCity/Subscriber/TestConsideredRiskySubscriber.php b/src/Logging/TeamCity/Subscriber/TestConsideredRiskySubscriber.php index 431d1b2894b..ab26634737f 100644 --- a/src/Logging/TeamCity/Subscriber/TestConsideredRiskySubscriber.php +++ b/src/Logging/TeamCity/Subscriber/TestConsideredRiskySubscriber.php @@ -14,6 +14,8 @@ use PHPUnit\Event\Test\ConsideredRiskySubscriber; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class TestConsideredRiskySubscriber extends Subscriber implements ConsideredRiskySubscriber diff --git a/src/Logging/TeamCity/Subscriber/TestErroredSubscriber.php b/src/Logging/TeamCity/Subscriber/TestErroredSubscriber.php index 318534a426e..2c4141b4944 100644 --- a/src/Logging/TeamCity/Subscriber/TestErroredSubscriber.php +++ b/src/Logging/TeamCity/Subscriber/TestErroredSubscriber.php @@ -14,6 +14,8 @@ use PHPUnit\Event\Test\ErroredSubscriber; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class TestErroredSubscriber extends Subscriber implements ErroredSubscriber diff --git a/src/Logging/TeamCity/Subscriber/TestFailedSubscriber.php b/src/Logging/TeamCity/Subscriber/TestFailedSubscriber.php index 1ada154a3f2..248cc1b5475 100644 --- a/src/Logging/TeamCity/Subscriber/TestFailedSubscriber.php +++ b/src/Logging/TeamCity/Subscriber/TestFailedSubscriber.php @@ -14,6 +14,8 @@ use PHPUnit\Event\Test\FailedSubscriber; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class TestFailedSubscriber extends Subscriber implements FailedSubscriber diff --git a/src/Logging/TeamCity/Subscriber/TestFinishedSubscriber.php b/src/Logging/TeamCity/Subscriber/TestFinishedSubscriber.php index 22ba518f5b4..82eaab66403 100644 --- a/src/Logging/TeamCity/Subscriber/TestFinishedSubscriber.php +++ b/src/Logging/TeamCity/Subscriber/TestFinishedSubscriber.php @@ -14,6 +14,8 @@ use PHPUnit\Event\Test\FinishedSubscriber; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class TestFinishedSubscriber extends Subscriber implements FinishedSubscriber diff --git a/src/Logging/TeamCity/Subscriber/TestMarkedIncompleteSubscriber.php b/src/Logging/TeamCity/Subscriber/TestMarkedIncompleteSubscriber.php index c3505f16a16..d0cb92143ba 100644 --- a/src/Logging/TeamCity/Subscriber/TestMarkedIncompleteSubscriber.php +++ b/src/Logging/TeamCity/Subscriber/TestMarkedIncompleteSubscriber.php @@ -14,6 +14,8 @@ use PHPUnit\Event\Test\MarkedIncompleteSubscriber; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class TestMarkedIncompleteSubscriber extends Subscriber implements MarkedIncompleteSubscriber diff --git a/src/Logging/TeamCity/Subscriber/TestPreparedSubscriber.php b/src/Logging/TeamCity/Subscriber/TestPreparedSubscriber.php index c1bb537ee82..34e9200728c 100644 --- a/src/Logging/TeamCity/Subscriber/TestPreparedSubscriber.php +++ b/src/Logging/TeamCity/Subscriber/TestPreparedSubscriber.php @@ -13,6 +13,8 @@ use PHPUnit\Event\Test\PreparedSubscriber; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class TestPreparedSubscriber extends Subscriber implements PreparedSubscriber diff --git a/src/Logging/TeamCity/Subscriber/TestRunnerExecutionFinishedSubscriber.php b/src/Logging/TeamCity/Subscriber/TestRunnerExecutionFinishedSubscriber.php index ccec88d9891..e87aa21d9e6 100644 --- a/src/Logging/TeamCity/Subscriber/TestRunnerExecutionFinishedSubscriber.php +++ b/src/Logging/TeamCity/Subscriber/TestRunnerExecutionFinishedSubscriber.php @@ -13,6 +13,8 @@ use PHPUnit\Event\TestRunner\ExecutionFinishedSubscriber; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class TestRunnerExecutionFinishedSubscriber extends Subscriber implements ExecutionFinishedSubscriber diff --git a/src/Logging/TeamCity/Subscriber/TestSkippedSubscriber.php b/src/Logging/TeamCity/Subscriber/TestSkippedSubscriber.php index e6ef6ae93e1..17951c36e5c 100644 --- a/src/Logging/TeamCity/Subscriber/TestSkippedSubscriber.php +++ b/src/Logging/TeamCity/Subscriber/TestSkippedSubscriber.php @@ -14,6 +14,8 @@ use PHPUnit\Event\Test\SkippedSubscriber; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class TestSkippedSubscriber extends Subscriber implements SkippedSubscriber diff --git a/src/Logging/TeamCity/Subscriber/TestSuiteFinishedSubscriber.php b/src/Logging/TeamCity/Subscriber/TestSuiteFinishedSubscriber.php index d8e73e432ba..ff96fb2276b 100644 --- a/src/Logging/TeamCity/Subscriber/TestSuiteFinishedSubscriber.php +++ b/src/Logging/TeamCity/Subscriber/TestSuiteFinishedSubscriber.php @@ -13,6 +13,8 @@ use PHPUnit\Event\TestSuite\FinishedSubscriber; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class TestSuiteFinishedSubscriber extends Subscriber implements FinishedSubscriber diff --git a/src/Logging/TeamCity/Subscriber/TestSuiteStartedSubscriber.php b/src/Logging/TeamCity/Subscriber/TestSuiteStartedSubscriber.php index 2eb764784f9..6bebe6a7654 100644 --- a/src/Logging/TeamCity/Subscriber/TestSuiteStartedSubscriber.php +++ b/src/Logging/TeamCity/Subscriber/TestSuiteStartedSubscriber.php @@ -13,6 +13,8 @@ use PHPUnit\Event\TestSuite\StartedSubscriber; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class TestSuiteStartedSubscriber extends Subscriber implements StartedSubscriber diff --git a/src/Logging/TeamCity/TeamCityLogger.php b/src/Logging/TeamCity/TeamCityLogger.php index a35b50deda4..a6e0927c3e4 100644 --- a/src/Logging/TeamCity/TeamCityLogger.php +++ b/src/Logging/TeamCity/TeamCityLogger.php @@ -40,6 +40,8 @@ use PHPUnit\TextUI\Output\Printer; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class TeamCityLogger diff --git a/src/Logging/TestDox/HtmlRenderer.php b/src/Logging/TestDox/HtmlRenderer.php index fd65a30916e..35bc243e945 100644 --- a/src/Logging/TestDox/HtmlRenderer.php +++ b/src/Logging/TestDox/HtmlRenderer.php @@ -12,6 +12,8 @@ use function sprintf; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class HtmlRenderer diff --git a/src/Logging/TestDox/NamePrettifier.php b/src/Logging/TestDox/NamePrettifier.php index de739a70715..ef9023e53e6 100644 --- a/src/Logging/TestDox/NamePrettifier.php +++ b/src/Logging/TestDox/NamePrettifier.php @@ -48,6 +48,8 @@ use SebastianBergmann\Exporter\Exporter; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class NamePrettifier diff --git a/src/Logging/TestDox/PlainTextRenderer.php b/src/Logging/TestDox/PlainTextRenderer.php index 9ddd8776993..8d11c1c20f4 100644 --- a/src/Logging/TestDox/PlainTextRenderer.php +++ b/src/Logging/TestDox/PlainTextRenderer.php @@ -12,6 +12,8 @@ use function sprintf; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class PlainTextRenderer diff --git a/src/Logging/TestDox/TestResult/Subscriber/Subscriber.php b/src/Logging/TestDox/TestResult/Subscriber/Subscriber.php index d2779f19e60..9d7e347c8fd 100644 --- a/src/Logging/TestDox/TestResult/Subscriber/Subscriber.php +++ b/src/Logging/TestDox/TestResult/Subscriber/Subscriber.php @@ -10,6 +10,8 @@ namespace PHPUnit\Logging\TestDox; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ abstract class Subscriber diff --git a/src/Logging/TestDox/TestResult/Subscriber/TestConsideredRiskySubscriber.php b/src/Logging/TestDox/TestResult/Subscriber/TestConsideredRiskySubscriber.php index 5bfccedad76..9bace366ff8 100644 --- a/src/Logging/TestDox/TestResult/Subscriber/TestConsideredRiskySubscriber.php +++ b/src/Logging/TestDox/TestResult/Subscriber/TestConsideredRiskySubscriber.php @@ -13,6 +13,8 @@ use PHPUnit\Event\Test\ConsideredRiskySubscriber; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class TestConsideredRiskySubscriber extends Subscriber implements ConsideredRiskySubscriber diff --git a/src/Logging/TestDox/TestResult/Subscriber/TestErroredSubscriber.php b/src/Logging/TestDox/TestResult/Subscriber/TestErroredSubscriber.php index 3a24981d6ab..bd5c56eff0e 100644 --- a/src/Logging/TestDox/TestResult/Subscriber/TestErroredSubscriber.php +++ b/src/Logging/TestDox/TestResult/Subscriber/TestErroredSubscriber.php @@ -13,6 +13,8 @@ use PHPUnit\Event\Test\ErroredSubscriber; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class TestErroredSubscriber extends Subscriber implements ErroredSubscriber diff --git a/src/Logging/TestDox/TestResult/Subscriber/TestFailedSubscriber.php b/src/Logging/TestDox/TestResult/Subscriber/TestFailedSubscriber.php index a5647f950cf..8efe91c188e 100644 --- a/src/Logging/TestDox/TestResult/Subscriber/TestFailedSubscriber.php +++ b/src/Logging/TestDox/TestResult/Subscriber/TestFailedSubscriber.php @@ -13,6 +13,8 @@ use PHPUnit\Event\Test\FailedSubscriber; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class TestFailedSubscriber extends Subscriber implements FailedSubscriber diff --git a/src/Logging/TestDox/TestResult/Subscriber/TestFinishedSubscriber.php b/src/Logging/TestDox/TestResult/Subscriber/TestFinishedSubscriber.php index c7dbdc15fb2..2ec85f87513 100644 --- a/src/Logging/TestDox/TestResult/Subscriber/TestFinishedSubscriber.php +++ b/src/Logging/TestDox/TestResult/Subscriber/TestFinishedSubscriber.php @@ -14,6 +14,8 @@ use PHPUnit\Event\Test\FinishedSubscriber; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class TestFinishedSubscriber extends Subscriber implements FinishedSubscriber diff --git a/src/Logging/TestDox/TestResult/Subscriber/TestMarkedIncompleteSubscriber.php b/src/Logging/TestDox/TestResult/Subscriber/TestMarkedIncompleteSubscriber.php index 1846712e9e9..6c2e40770aa 100644 --- a/src/Logging/TestDox/TestResult/Subscriber/TestMarkedIncompleteSubscriber.php +++ b/src/Logging/TestDox/TestResult/Subscriber/TestMarkedIncompleteSubscriber.php @@ -13,6 +13,8 @@ use PHPUnit\Event\Test\MarkedIncompleteSubscriber; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class TestMarkedIncompleteSubscriber extends Subscriber implements MarkedIncompleteSubscriber diff --git a/src/Logging/TestDox/TestResult/Subscriber/TestPassedSubscriber.php b/src/Logging/TestDox/TestResult/Subscriber/TestPassedSubscriber.php index df39fca584f..2821d8e3f8e 100644 --- a/src/Logging/TestDox/TestResult/Subscriber/TestPassedSubscriber.php +++ b/src/Logging/TestDox/TestResult/Subscriber/TestPassedSubscriber.php @@ -13,6 +13,8 @@ use PHPUnit\Event\Test\PassedSubscriber; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class TestPassedSubscriber extends Subscriber implements PassedSubscriber diff --git a/src/Logging/TestDox/TestResult/Subscriber/TestPreparedSubscriber.php b/src/Logging/TestDox/TestResult/Subscriber/TestPreparedSubscriber.php index c21e8c17dae..a2bf06a97ff 100644 --- a/src/Logging/TestDox/TestResult/Subscriber/TestPreparedSubscriber.php +++ b/src/Logging/TestDox/TestResult/Subscriber/TestPreparedSubscriber.php @@ -13,6 +13,8 @@ use PHPUnit\Event\Test\PreparedSubscriber; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class TestPreparedSubscriber extends Subscriber implements PreparedSubscriber diff --git a/src/Logging/TestDox/TestResult/Subscriber/TestSkippedSubscriber.php b/src/Logging/TestDox/TestResult/Subscriber/TestSkippedSubscriber.php index 5f291ab32ee..f6ea04b016f 100644 --- a/src/Logging/TestDox/TestResult/Subscriber/TestSkippedSubscriber.php +++ b/src/Logging/TestDox/TestResult/Subscriber/TestSkippedSubscriber.php @@ -13,6 +13,8 @@ use PHPUnit\Event\Test\SkippedSubscriber; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class TestSkippedSubscriber extends Subscriber implements SkippedSubscriber diff --git a/src/Logging/TestDox/TestResult/Subscriber/TestTriggeredDeprecationSubscriber.php b/src/Logging/TestDox/TestResult/Subscriber/TestTriggeredDeprecationSubscriber.php index 43cde139b71..15872b7280f 100644 --- a/src/Logging/TestDox/TestResult/Subscriber/TestTriggeredDeprecationSubscriber.php +++ b/src/Logging/TestDox/TestResult/Subscriber/TestTriggeredDeprecationSubscriber.php @@ -13,6 +13,8 @@ use PHPUnit\Event\Test\DeprecationTriggeredSubscriber; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class TestTriggeredDeprecationSubscriber extends Subscriber implements DeprecationTriggeredSubscriber diff --git a/src/Logging/TestDox/TestResult/Subscriber/TestTriggeredNoticeSubscriber.php b/src/Logging/TestDox/TestResult/Subscriber/TestTriggeredNoticeSubscriber.php index 0346b3bc928..a6d5a0a8d59 100644 --- a/src/Logging/TestDox/TestResult/Subscriber/TestTriggeredNoticeSubscriber.php +++ b/src/Logging/TestDox/TestResult/Subscriber/TestTriggeredNoticeSubscriber.php @@ -13,6 +13,8 @@ use PHPUnit\Event\Test\NoticeTriggeredSubscriber; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class TestTriggeredNoticeSubscriber extends Subscriber implements NoticeTriggeredSubscriber diff --git a/src/Logging/TestDox/TestResult/Subscriber/TestTriggeredPhpDeprecationSubscriber.php b/src/Logging/TestDox/TestResult/Subscriber/TestTriggeredPhpDeprecationSubscriber.php index 6b99e1b65f5..bcdd3947eda 100644 --- a/src/Logging/TestDox/TestResult/Subscriber/TestTriggeredPhpDeprecationSubscriber.php +++ b/src/Logging/TestDox/TestResult/Subscriber/TestTriggeredPhpDeprecationSubscriber.php @@ -13,6 +13,8 @@ use PHPUnit\Event\Test\PhpDeprecationTriggeredSubscriber; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class TestTriggeredPhpDeprecationSubscriber extends Subscriber implements PhpDeprecationTriggeredSubscriber diff --git a/src/Logging/TestDox/TestResult/Subscriber/TestTriggeredPhpNoticeSubscriber.php b/src/Logging/TestDox/TestResult/Subscriber/TestTriggeredPhpNoticeSubscriber.php index 31c19f9d4b6..2601c197d5e 100644 --- a/src/Logging/TestDox/TestResult/Subscriber/TestTriggeredPhpNoticeSubscriber.php +++ b/src/Logging/TestDox/TestResult/Subscriber/TestTriggeredPhpNoticeSubscriber.php @@ -13,6 +13,8 @@ use PHPUnit\Event\Test\PhpNoticeTriggeredSubscriber; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class TestTriggeredPhpNoticeSubscriber extends Subscriber implements PhpNoticeTriggeredSubscriber diff --git a/src/Logging/TestDox/TestResult/Subscriber/TestTriggeredPhpWarningSubscriber.php b/src/Logging/TestDox/TestResult/Subscriber/TestTriggeredPhpWarningSubscriber.php index f479bd5f938..3af20b8999a 100644 --- a/src/Logging/TestDox/TestResult/Subscriber/TestTriggeredPhpWarningSubscriber.php +++ b/src/Logging/TestDox/TestResult/Subscriber/TestTriggeredPhpWarningSubscriber.php @@ -13,6 +13,8 @@ use PHPUnit\Event\Test\PhpWarningTriggeredSubscriber; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class TestTriggeredPhpWarningSubscriber extends Subscriber implements PhpWarningTriggeredSubscriber diff --git a/src/Logging/TestDox/TestResult/Subscriber/TestTriggeredPhpunitDeprecationSubscriber.php b/src/Logging/TestDox/TestResult/Subscriber/TestTriggeredPhpunitDeprecationSubscriber.php index d6615b2c7e5..9fc4f268c92 100644 --- a/src/Logging/TestDox/TestResult/Subscriber/TestTriggeredPhpunitDeprecationSubscriber.php +++ b/src/Logging/TestDox/TestResult/Subscriber/TestTriggeredPhpunitDeprecationSubscriber.php @@ -13,6 +13,8 @@ use PHPUnit\Event\Test\PhpunitDeprecationTriggeredSubscriber; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class TestTriggeredPhpunitDeprecationSubscriber extends Subscriber implements PhpunitDeprecationTriggeredSubscriber diff --git a/src/Logging/TestDox/TestResult/Subscriber/TestTriggeredPhpunitErrorSubscriber.php b/src/Logging/TestDox/TestResult/Subscriber/TestTriggeredPhpunitErrorSubscriber.php index 85020c54206..43f32d95655 100644 --- a/src/Logging/TestDox/TestResult/Subscriber/TestTriggeredPhpunitErrorSubscriber.php +++ b/src/Logging/TestDox/TestResult/Subscriber/TestTriggeredPhpunitErrorSubscriber.php @@ -13,6 +13,8 @@ use PHPUnit\Event\Test\PhpunitErrorTriggeredSubscriber; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class TestTriggeredPhpunitErrorSubscriber extends Subscriber implements PhpunitErrorTriggeredSubscriber diff --git a/src/Logging/TestDox/TestResult/Subscriber/TestTriggeredPhpunitWarningSubscriber.php b/src/Logging/TestDox/TestResult/Subscriber/TestTriggeredPhpunitWarningSubscriber.php index 28294e8f89a..3774b8281cc 100644 --- a/src/Logging/TestDox/TestResult/Subscriber/TestTriggeredPhpunitWarningSubscriber.php +++ b/src/Logging/TestDox/TestResult/Subscriber/TestTriggeredPhpunitWarningSubscriber.php @@ -13,6 +13,8 @@ use PHPUnit\Event\Test\PhpunitWarningTriggeredSubscriber; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class TestTriggeredPhpunitWarningSubscriber extends Subscriber implements PhpunitWarningTriggeredSubscriber diff --git a/src/Logging/TestDox/TestResult/Subscriber/TestTriggeredWarningSubscriber.php b/src/Logging/TestDox/TestResult/Subscriber/TestTriggeredWarningSubscriber.php index 600ceb07264..fc8979dc706 100644 --- a/src/Logging/TestDox/TestResult/Subscriber/TestTriggeredWarningSubscriber.php +++ b/src/Logging/TestDox/TestResult/Subscriber/TestTriggeredWarningSubscriber.php @@ -13,6 +13,8 @@ use PHPUnit\Event\Test\WarningTriggeredSubscriber; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class TestTriggeredWarningSubscriber extends Subscriber implements WarningTriggeredSubscriber diff --git a/src/Logging/TestDox/TestResult/TestResult.php b/src/Logging/TestDox/TestResult/TestResult.php index 59f325a1ece..74c6e9dfbfc 100644 --- a/src/Logging/TestDox/TestResult/TestResult.php +++ b/src/Logging/TestDox/TestResult/TestResult.php @@ -16,6 +16,8 @@ /** * @psalm-immutable * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class TestResult diff --git a/src/Logging/TestDox/TestResult/TestResultCollection.php b/src/Logging/TestDox/TestResult/TestResultCollection.php index 98c6f7d5b1f..1ef1d83d560 100644 --- a/src/Logging/TestDox/TestResult/TestResultCollection.php +++ b/src/Logging/TestDox/TestResult/TestResultCollection.php @@ -16,6 +16,8 @@ * * @psalm-immutable * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class TestResultCollection implements IteratorAggregate diff --git a/src/Logging/TestDox/TestResult/TestResultCollectionIterator.php b/src/Logging/TestDox/TestResult/TestResultCollectionIterator.php index 7f07cb5da04..b409fe116c2 100644 --- a/src/Logging/TestDox/TestResult/TestResultCollectionIterator.php +++ b/src/Logging/TestDox/TestResult/TestResultCollectionIterator.php @@ -15,6 +15,8 @@ /** * @template-implements Iterator * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class TestResultCollectionIterator implements Iterator diff --git a/src/Logging/TestDox/TestResult/TestResultCollector.php b/src/Logging/TestDox/TestResult/TestResultCollector.php index 337a971210b..3d64d53cc3f 100644 --- a/src/Logging/TestDox/TestResult/TestResultCollector.php +++ b/src/Logging/TestDox/TestResult/TestResultCollector.php @@ -44,6 +44,8 @@ use ReflectionMethod; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class TestResultCollector diff --git a/src/Metadata/Api/CodeCoverage.php b/src/Metadata/Api/CodeCoverage.php index 719057df7db..fe5fab56f75 100644 --- a/src/Metadata/Api/CodeCoverage.php +++ b/src/Metadata/Api/CodeCoverage.php @@ -38,6 +38,8 @@ use SebastianBergmann\CodeUnit\Mapper; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class CodeCoverage diff --git a/src/Metadata/Api/DataProvider.php b/src/Metadata/Api/DataProvider.php index 1f288f44890..9117217f7cc 100644 --- a/src/Metadata/Api/DataProvider.php +++ b/src/Metadata/Api/DataProvider.php @@ -42,6 +42,8 @@ use Throwable; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class DataProvider diff --git a/src/Metadata/Api/Dependencies.php b/src/Metadata/Api/Dependencies.php index cda6e099859..1b20df98814 100644 --- a/src/Metadata/Api/Dependencies.php +++ b/src/Metadata/Api/Dependencies.php @@ -16,6 +16,8 @@ use PHPUnit\Metadata\Parser\Registry; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class Dependencies diff --git a/src/Metadata/Api/Groups.php b/src/Metadata/Api/Groups.php index 5c78cbdc340..dca8ef64c86 100644 --- a/src/Metadata/Api/Groups.php +++ b/src/Metadata/Api/Groups.php @@ -26,6 +26,8 @@ use PHPUnit\Metadata\UsesFunction; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class Groups diff --git a/src/Metadata/Api/HookMethods.php b/src/Metadata/Api/HookMethods.php index 1b085597c13..89b8c2c7c98 100644 --- a/src/Metadata/Api/HookMethods.php +++ b/src/Metadata/Api/HookMethods.php @@ -17,6 +17,8 @@ use ReflectionClass; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class HookMethods diff --git a/src/Metadata/Api/Requirements.php b/src/Metadata/Api/Requirements.php index 70688a11086..922421f4c48 100644 --- a/src/Metadata/Api/Requirements.php +++ b/src/Metadata/Api/Requirements.php @@ -33,6 +33,8 @@ use PHPUnit\Runner\Version; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class Requirements diff --git a/src/Metadata/Exception/AnnotationsAreNotSupportedForInternalClassesException.php b/src/Metadata/Exception/AnnotationsAreNotSupportedForInternalClassesException.php index 8ef0ba7ab60..ddff62e05e7 100644 --- a/src/Metadata/Exception/AnnotationsAreNotSupportedForInternalClassesException.php +++ b/src/Metadata/Exception/AnnotationsAreNotSupportedForInternalClassesException.php @@ -14,6 +14,8 @@ use RuntimeException; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class AnnotationsAreNotSupportedForInternalClassesException extends RuntimeException implements Exception diff --git a/src/Metadata/Exception/ReflectionException.php b/src/Metadata/Exception/ReflectionException.php index 67f26dbb95f..04e0d22998a 100644 --- a/src/Metadata/Exception/ReflectionException.php +++ b/src/Metadata/Exception/ReflectionException.php @@ -13,6 +13,8 @@ use RuntimeException; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class ReflectionException extends RuntimeException implements Exception diff --git a/src/Metadata/Parser/Annotation/DocBlock.php b/src/Metadata/Parser/Annotation/DocBlock.php index 17d72e21200..c2afdb2627b 100644 --- a/src/Metadata/Parser/Annotation/DocBlock.php +++ b/src/Metadata/Parser/Annotation/DocBlock.php @@ -34,6 +34,8 @@ * allowing us to ask meaningful questions about a specific * reflection symbol. * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class DocBlock diff --git a/src/Metadata/Parser/Annotation/Registry.php b/src/Metadata/Parser/Annotation/Registry.php index e41e742836d..51397a700bd 100644 --- a/src/Metadata/Parser/Annotation/Registry.php +++ b/src/Metadata/Parser/Annotation/Registry.php @@ -19,6 +19,8 @@ * Reflection information, and therefore DocBlock information, is static within * a single PHP process. It is therefore okay to use a Singleton registry here. * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class Registry diff --git a/src/Metadata/Parser/AnnotationParser.php b/src/Metadata/Parser/AnnotationParser.php index b0194f5d5b3..65f25b64a80 100644 --- a/src/Metadata/Parser/AnnotationParser.php +++ b/src/Metadata/Parser/AnnotationParser.php @@ -35,6 +35,8 @@ use PHPUnit\Util\VersionComparisonOperator; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class AnnotationParser implements Parser diff --git a/src/Metadata/Parser/AttributeParser.php b/src/Metadata/Parser/AttributeParser.php index 93e5f1afff9..4c574b2b801 100644 --- a/src/Metadata/Parser/AttributeParser.php +++ b/src/Metadata/Parser/AttributeParser.php @@ -73,6 +73,8 @@ use ReflectionMethod; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class AttributeParser implements Parser diff --git a/src/Metadata/Parser/CachingParser.php b/src/Metadata/Parser/CachingParser.php index ac5363b4dd4..6d3db26ec9c 100644 --- a/src/Metadata/Parser/CachingParser.php +++ b/src/Metadata/Parser/CachingParser.php @@ -12,6 +12,8 @@ use PHPUnit\Metadata\MetadataCollection; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class CachingParser implements Parser diff --git a/src/Metadata/Parser/Parser.php b/src/Metadata/Parser/Parser.php index ea61d18f25e..2af9191d40e 100644 --- a/src/Metadata/Parser/Parser.php +++ b/src/Metadata/Parser/Parser.php @@ -12,6 +12,8 @@ use PHPUnit\Metadata\MetadataCollection; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ interface Parser diff --git a/src/Metadata/Parser/ParserChain.php b/src/Metadata/Parser/ParserChain.php index f00c52edb91..ab971147706 100644 --- a/src/Metadata/Parser/ParserChain.php +++ b/src/Metadata/Parser/ParserChain.php @@ -12,6 +12,8 @@ use PHPUnit\Metadata\MetadataCollection; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class ParserChain implements Parser diff --git a/src/Metadata/Parser/Registry.php b/src/Metadata/Parser/Registry.php index f597bc88b24..a68ab0148f0 100644 --- a/src/Metadata/Parser/Registry.php +++ b/src/Metadata/Parser/Registry.php @@ -13,6 +13,8 @@ * Attribute and annotation information is static within a single PHP process. * It is therefore okay to use a Singleton registry here. * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class Registry diff --git a/src/Runner/Baseline/Baseline.php b/src/Runner/Baseline/Baseline.php index 4921f3188fe..3e386171d04 100644 --- a/src/Runner/Baseline/Baseline.php +++ b/src/Runner/Baseline/Baseline.php @@ -10,6 +10,8 @@ namespace PHPUnit\Runner\Baseline; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class Baseline diff --git a/src/Runner/Baseline/Exception/CannotLoadBaselineException.php b/src/Runner/Baseline/Exception/CannotLoadBaselineException.php index c05e803e545..c55901365e6 100644 --- a/src/Runner/Baseline/Exception/CannotLoadBaselineException.php +++ b/src/Runner/Baseline/Exception/CannotLoadBaselineException.php @@ -13,6 +13,8 @@ use RuntimeException; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class CannotLoadBaselineException extends RuntimeException implements Exception diff --git a/src/Runner/Baseline/Exception/FileDoesNotHaveLineException.php b/src/Runner/Baseline/Exception/FileDoesNotHaveLineException.php index 1121fa3949e..20c6ca03056 100644 --- a/src/Runner/Baseline/Exception/FileDoesNotHaveLineException.php +++ b/src/Runner/Baseline/Exception/FileDoesNotHaveLineException.php @@ -14,6 +14,8 @@ use RuntimeException; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class FileDoesNotHaveLineException extends RuntimeException implements Exception diff --git a/src/Runner/Baseline/Generator.php b/src/Runner/Baseline/Generator.php index 2976ada3d73..97c89f0a151 100644 --- a/src/Runner/Baseline/Generator.php +++ b/src/Runner/Baseline/Generator.php @@ -23,6 +23,8 @@ use PHPUnit\TextUI\Configuration\SourceFilter; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class Generator diff --git a/src/Runner/Baseline/Issue.php b/src/Runner/Baseline/Issue.php index c2015abaa3f..074a8f4e42a 100644 --- a/src/Runner/Baseline/Issue.php +++ b/src/Runner/Baseline/Issue.php @@ -17,6 +17,8 @@ use PHPUnit\Runner\FileDoesNotExistException; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class Issue diff --git a/src/Runner/Baseline/Reader.php b/src/Runner/Baseline/Reader.php index c3d10a27389..27e9ddb53b4 100644 --- a/src/Runner/Baseline/Reader.php +++ b/src/Runner/Baseline/Reader.php @@ -23,6 +23,8 @@ use PHPUnit\Util\Xml\XmlException; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class Reader diff --git a/src/Runner/Baseline/RelativePathCalculator.php b/src/Runner/Baseline/RelativePathCalculator.php index 06ed7057de9..5172d6173e1 100644 --- a/src/Runner/Baseline/RelativePathCalculator.php +++ b/src/Runner/Baseline/RelativePathCalculator.php @@ -22,6 +22,8 @@ use function trim; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit * * @see Copied from https://github.com/phpstan/phpstan-src/blob/1.10.33/src/File/ParentDirectoryRelativePathHelper.php diff --git a/src/Runner/Baseline/Subscriber/Subscriber.php b/src/Runner/Baseline/Subscriber/Subscriber.php index b3ba386c893..5007bfc8a9c 100644 --- a/src/Runner/Baseline/Subscriber/Subscriber.php +++ b/src/Runner/Baseline/Subscriber/Subscriber.php @@ -10,6 +10,8 @@ namespace PHPUnit\Runner\Baseline; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ abstract class Subscriber diff --git a/src/Runner/Baseline/Subscriber/TestTriggeredDeprecationSubscriber.php b/src/Runner/Baseline/Subscriber/TestTriggeredDeprecationSubscriber.php index f26ed2ecf31..62c8ed1683e 100644 --- a/src/Runner/Baseline/Subscriber/TestTriggeredDeprecationSubscriber.php +++ b/src/Runner/Baseline/Subscriber/TestTriggeredDeprecationSubscriber.php @@ -14,6 +14,8 @@ use PHPUnit\Runner\FileDoesNotExistException; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class TestTriggeredDeprecationSubscriber extends Subscriber implements DeprecationTriggeredSubscriber diff --git a/src/Runner/Baseline/Subscriber/TestTriggeredNoticeSubscriber.php b/src/Runner/Baseline/Subscriber/TestTriggeredNoticeSubscriber.php index a531fbcad9c..9eec35ff1d7 100644 --- a/src/Runner/Baseline/Subscriber/TestTriggeredNoticeSubscriber.php +++ b/src/Runner/Baseline/Subscriber/TestTriggeredNoticeSubscriber.php @@ -14,6 +14,8 @@ use PHPUnit\Runner\FileDoesNotExistException; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class TestTriggeredNoticeSubscriber extends Subscriber implements NoticeTriggeredSubscriber diff --git a/src/Runner/Baseline/Subscriber/TestTriggeredPhpDeprecationSubscriber.php b/src/Runner/Baseline/Subscriber/TestTriggeredPhpDeprecationSubscriber.php index a7a5d9f117d..43ae64456ec 100644 --- a/src/Runner/Baseline/Subscriber/TestTriggeredPhpDeprecationSubscriber.php +++ b/src/Runner/Baseline/Subscriber/TestTriggeredPhpDeprecationSubscriber.php @@ -14,6 +14,8 @@ use PHPUnit\Runner\FileDoesNotExistException; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class TestTriggeredPhpDeprecationSubscriber extends Subscriber implements PhpDeprecationTriggeredSubscriber diff --git a/src/Runner/Baseline/Subscriber/TestTriggeredPhpNoticeSubscriber.php b/src/Runner/Baseline/Subscriber/TestTriggeredPhpNoticeSubscriber.php index 26085fb63d0..d3e9625dcd7 100644 --- a/src/Runner/Baseline/Subscriber/TestTriggeredPhpNoticeSubscriber.php +++ b/src/Runner/Baseline/Subscriber/TestTriggeredPhpNoticeSubscriber.php @@ -14,6 +14,8 @@ use PHPUnit\Runner\FileDoesNotExistException; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class TestTriggeredPhpNoticeSubscriber extends Subscriber implements PhpNoticeTriggeredSubscriber diff --git a/src/Runner/Baseline/Subscriber/TestTriggeredPhpWarningSubscriber.php b/src/Runner/Baseline/Subscriber/TestTriggeredPhpWarningSubscriber.php index a0e617b4f5f..00bd4b5e525 100644 --- a/src/Runner/Baseline/Subscriber/TestTriggeredPhpWarningSubscriber.php +++ b/src/Runner/Baseline/Subscriber/TestTriggeredPhpWarningSubscriber.php @@ -14,6 +14,8 @@ use PHPUnit\Runner\FileDoesNotExistException; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class TestTriggeredPhpWarningSubscriber extends Subscriber implements PhpWarningTriggeredSubscriber diff --git a/src/Runner/Baseline/Subscriber/TestTriggeredWarningSubscriber.php b/src/Runner/Baseline/Subscriber/TestTriggeredWarningSubscriber.php index 793b7149138..ed21fe86eb1 100644 --- a/src/Runner/Baseline/Subscriber/TestTriggeredWarningSubscriber.php +++ b/src/Runner/Baseline/Subscriber/TestTriggeredWarningSubscriber.php @@ -14,6 +14,8 @@ use PHPUnit\Runner\FileDoesNotExistException; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class TestTriggeredWarningSubscriber extends Subscriber implements WarningTriggeredSubscriber diff --git a/src/Runner/Baseline/Writer.php b/src/Runner/Baseline/Writer.php index 28540930068..87032697505 100644 --- a/src/Runner/Baseline/Writer.php +++ b/src/Runner/Baseline/Writer.php @@ -15,6 +15,8 @@ use XMLWriter; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class Writer diff --git a/src/Runner/CodeCoverage.php b/src/Runner/CodeCoverage.php index 2fc53deed91..42f5c696baf 100644 --- a/src/Runner/CodeCoverage.php +++ b/src/Runner/CodeCoverage.php @@ -38,6 +38,8 @@ use SebastianBergmann\Timer\Timer; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit * * @codeCoverageIgnore diff --git a/src/Runner/ErrorHandler.php b/src/Runner/ErrorHandler.php index e1c5b8a72b9..24487ed3e18 100644 --- a/src/Runner/ErrorHandler.php +++ b/src/Runner/ErrorHandler.php @@ -34,6 +34,8 @@ use PHPUnit\Util\ExcludeList; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class ErrorHandler diff --git a/src/Runner/Exception/ClassCannotBeFoundException.php b/src/Runner/Exception/ClassCannotBeFoundException.php index e64a35932fe..701cbb5b143 100644 --- a/src/Runner/Exception/ClassCannotBeFoundException.php +++ b/src/Runner/Exception/ClassCannotBeFoundException.php @@ -13,6 +13,8 @@ use RuntimeException; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class ClassCannotBeFoundException extends RuntimeException implements Exception diff --git a/src/Runner/Exception/ClassDoesNotExtendTestCaseException.php b/src/Runner/Exception/ClassDoesNotExtendTestCaseException.php index 36ef74d6276..c9d5474e32c 100644 --- a/src/Runner/Exception/ClassDoesNotExtendTestCaseException.php +++ b/src/Runner/Exception/ClassDoesNotExtendTestCaseException.php @@ -13,6 +13,8 @@ use RuntimeException; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class ClassDoesNotExtendTestCaseException extends RuntimeException implements Exception diff --git a/src/Runner/Exception/ClassIsAbstractException.php b/src/Runner/Exception/ClassIsAbstractException.php index 4264bddde66..bf947589979 100644 --- a/src/Runner/Exception/ClassIsAbstractException.php +++ b/src/Runner/Exception/ClassIsAbstractException.php @@ -13,6 +13,8 @@ use RuntimeException; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class ClassIsAbstractException extends RuntimeException implements Exception diff --git a/src/Runner/Exception/DirectoryDoesNotExistException.php b/src/Runner/Exception/DirectoryDoesNotExistException.php index 816f2ada8c2..626c422567f 100644 --- a/src/Runner/Exception/DirectoryDoesNotExistException.php +++ b/src/Runner/Exception/DirectoryDoesNotExistException.php @@ -13,6 +13,8 @@ use RuntimeException; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class DirectoryDoesNotExistException extends RuntimeException implements Exception diff --git a/src/Runner/Exception/ErrorException.php b/src/Runner/Exception/ErrorException.php index c4a8cf4ac19..954684e9fac 100644 --- a/src/Runner/Exception/ErrorException.php +++ b/src/Runner/Exception/ErrorException.php @@ -12,6 +12,8 @@ use Error; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class ErrorException extends Error implements Exception diff --git a/src/Runner/Exception/Exception.php b/src/Runner/Exception/Exception.php index 205f76eed42..ea0cf4244d3 100644 --- a/src/Runner/Exception/Exception.php +++ b/src/Runner/Exception/Exception.php @@ -10,6 +10,8 @@ namespace PHPUnit\Runner; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ interface Exception extends \PHPUnit\Exception diff --git a/src/Runner/Exception/FileDoesNotExistException.php b/src/Runner/Exception/FileDoesNotExistException.php index f0211ddfdda..5b84c785d5b 100644 --- a/src/Runner/Exception/FileDoesNotExistException.php +++ b/src/Runner/Exception/FileDoesNotExistException.php @@ -13,6 +13,8 @@ use RuntimeException; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class FileDoesNotExistException extends RuntimeException implements Exception diff --git a/src/Runner/Exception/InvalidOrderException.php b/src/Runner/Exception/InvalidOrderException.php index d02d179ee10..016ec85e457 100644 --- a/src/Runner/Exception/InvalidOrderException.php +++ b/src/Runner/Exception/InvalidOrderException.php @@ -12,6 +12,8 @@ use RuntimeException; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class InvalidOrderException extends RuntimeException implements Exception diff --git a/src/Runner/Exception/InvalidPhptFileException.php b/src/Runner/Exception/InvalidPhptFileException.php index de8c4ecbe06..d1f593b8129 100644 --- a/src/Runner/Exception/InvalidPhptFileException.php +++ b/src/Runner/Exception/InvalidPhptFileException.php @@ -12,6 +12,8 @@ use RuntimeException; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class InvalidPhptFileException extends RuntimeException implements Exception diff --git a/src/Runner/Exception/NoIgnoredEventException.php b/src/Runner/Exception/NoIgnoredEventException.php index 487308f7693..69591e0da46 100644 --- a/src/Runner/Exception/NoIgnoredEventException.php +++ b/src/Runner/Exception/NoIgnoredEventException.php @@ -12,6 +12,8 @@ use RuntimeException; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class NoIgnoredEventException extends RuntimeException implements Exception diff --git a/src/Runner/Exception/ParameterDoesNotExistException.php b/src/Runner/Exception/ParameterDoesNotExistException.php index 521fbb53236..5d7a096754a 100644 --- a/src/Runner/Exception/ParameterDoesNotExistException.php +++ b/src/Runner/Exception/ParameterDoesNotExistException.php @@ -13,6 +13,8 @@ use RuntimeException; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class ParameterDoesNotExistException extends RuntimeException implements Exception diff --git a/src/Runner/Exception/PhptExternalFileCannotBeLoadedException.php b/src/Runner/Exception/PhptExternalFileCannotBeLoadedException.php index 5cdb1d9f960..33977155b7d 100644 --- a/src/Runner/Exception/PhptExternalFileCannotBeLoadedException.php +++ b/src/Runner/Exception/PhptExternalFileCannotBeLoadedException.php @@ -13,6 +13,8 @@ use RuntimeException; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class PhptExternalFileCannotBeLoadedException extends RuntimeException implements Exception diff --git a/src/Runner/Exception/ReflectionException.php b/src/Runner/Exception/ReflectionException.php index 3972304842c..16d1264cefe 100644 --- a/src/Runner/Exception/ReflectionException.php +++ b/src/Runner/Exception/ReflectionException.php @@ -12,6 +12,8 @@ use RuntimeException; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class ReflectionException extends RuntimeException implements Exception diff --git a/src/Runner/Exception/UnsupportedPhptSectionException.php b/src/Runner/Exception/UnsupportedPhptSectionException.php index a81d07b0528..ca8647e6fe7 100644 --- a/src/Runner/Exception/UnsupportedPhptSectionException.php +++ b/src/Runner/Exception/UnsupportedPhptSectionException.php @@ -13,6 +13,8 @@ use RuntimeException; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class UnsupportedPhptSectionException extends RuntimeException implements Exception diff --git a/src/Runner/Extension/ExtensionBootstrapper.php b/src/Runner/Extension/ExtensionBootstrapper.php index a58ce675df7..4a7b5fa7d59 100644 --- a/src/Runner/Extension/ExtensionBootstrapper.php +++ b/src/Runner/Extension/ExtensionBootstrapper.php @@ -21,6 +21,8 @@ use Throwable; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class ExtensionBootstrapper diff --git a/src/Runner/Extension/PharLoader.php b/src/Runner/Extension/PharLoader.php index 6e0943c66ff..bf79712e3d6 100644 --- a/src/Runner/Extension/PharLoader.php +++ b/src/Runner/Extension/PharLoader.php @@ -26,6 +26,8 @@ use Throwable; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class PharLoader diff --git a/src/Runner/Filter/ExcludeGroupFilterIterator.php b/src/Runner/Filter/ExcludeGroupFilterIterator.php index b4f3a45c70c..63a26b44a34 100644 --- a/src/Runner/Filter/ExcludeGroupFilterIterator.php +++ b/src/Runner/Filter/ExcludeGroupFilterIterator.php @@ -12,6 +12,8 @@ use function in_array; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class ExcludeGroupFilterIterator extends GroupFilterIterator diff --git a/src/Runner/Filter/Factory.php b/src/Runner/Filter/Factory.php index 89eec09c1bf..4afa5d99faa 100644 --- a/src/Runner/Filter/Factory.php +++ b/src/Runner/Filter/Factory.php @@ -16,6 +16,8 @@ use ReflectionClass; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class Factory diff --git a/src/Runner/Filter/GroupFilterIterator.php b/src/Runner/Filter/GroupFilterIterator.php index 2c9a29602f5..f2114de9b0a 100644 --- a/src/Runner/Filter/GroupFilterIterator.php +++ b/src/Runner/Filter/GroupFilterIterator.php @@ -19,6 +19,8 @@ use RecursiveIterator; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ abstract class GroupFilterIterator extends RecursiveFilterIterator diff --git a/src/Runner/Filter/IncludeGroupFilterIterator.php b/src/Runner/Filter/IncludeGroupFilterIterator.php index 8a89e8e52c1..34b0652a6d6 100644 --- a/src/Runner/Filter/IncludeGroupFilterIterator.php +++ b/src/Runner/Filter/IncludeGroupFilterIterator.php @@ -12,6 +12,8 @@ use function in_array; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class IncludeGroupFilterIterator extends GroupFilterIterator diff --git a/src/Runner/Filter/NameFilterIterator.php b/src/Runner/Filter/NameFilterIterator.php index 8d226638524..496f6cfdaf9 100644 --- a/src/Runner/Filter/NameFilterIterator.php +++ b/src/Runner/Filter/NameFilterIterator.php @@ -23,6 +23,8 @@ use RecursiveIterator; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class NameFilterIterator extends RecursiveFilterIterator diff --git a/src/Runner/Filter/TestIdFilterIterator.php b/src/Runner/Filter/TestIdFilterIterator.php index 6c44289605b..3c6c77382fc 100644 --- a/src/Runner/Filter/TestIdFilterIterator.php +++ b/src/Runner/Filter/TestIdFilterIterator.php @@ -20,6 +20,8 @@ use RecursiveIterator; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class TestIdFilterIterator extends RecursiveFilterIterator diff --git a/src/Runner/GarbageCollection/GarbageCollectionHandler.php b/src/Runner/GarbageCollection/GarbageCollectionHandler.php index 354c2af300a..be460557c04 100644 --- a/src/Runner/GarbageCollection/GarbageCollectionHandler.php +++ b/src/Runner/GarbageCollection/GarbageCollectionHandler.php @@ -17,6 +17,8 @@ use PHPUnit\Event\UnknownSubscriberTypeException; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class GarbageCollectionHandler diff --git a/src/Runner/GarbageCollection/Subscriber/ExecutionFinishedSubscriber.php b/src/Runner/GarbageCollection/Subscriber/ExecutionFinishedSubscriber.php index 6dabd41da82..7721d0d3a0c 100644 --- a/src/Runner/GarbageCollection/Subscriber/ExecutionFinishedSubscriber.php +++ b/src/Runner/GarbageCollection/Subscriber/ExecutionFinishedSubscriber.php @@ -14,6 +14,8 @@ use PHPUnit\Event\TestRunner\ExecutionFinishedSubscriber as TestRunnerExecutionFinishedSubscriber; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class ExecutionFinishedSubscriber extends Subscriber implements TestRunnerExecutionFinishedSubscriber diff --git a/src/Runner/GarbageCollection/Subscriber/ExecutionStartedSubscriber.php b/src/Runner/GarbageCollection/Subscriber/ExecutionStartedSubscriber.php index 1bb917692a7..2cccb2175b1 100644 --- a/src/Runner/GarbageCollection/Subscriber/ExecutionStartedSubscriber.php +++ b/src/Runner/GarbageCollection/Subscriber/ExecutionStartedSubscriber.php @@ -14,6 +14,8 @@ use PHPUnit\Event\TestRunner\ExecutionStartedSubscriber as TestRunnerExecutionStartedSubscriber; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class ExecutionStartedSubscriber extends Subscriber implements TestRunnerExecutionStartedSubscriber diff --git a/src/Runner/GarbageCollection/Subscriber/Subscriber.php b/src/Runner/GarbageCollection/Subscriber/Subscriber.php index 74d3d70bf69..c3b08c6f8db 100644 --- a/src/Runner/GarbageCollection/Subscriber/Subscriber.php +++ b/src/Runner/GarbageCollection/Subscriber/Subscriber.php @@ -10,6 +10,8 @@ namespace PHPUnit\Runner\GarbageCollection; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ abstract class Subscriber diff --git a/src/Runner/GarbageCollection/Subscriber/TestFinishedSubscriber.php b/src/Runner/GarbageCollection/Subscriber/TestFinishedSubscriber.php index 5736b0447c1..35806c4cc13 100644 --- a/src/Runner/GarbageCollection/Subscriber/TestFinishedSubscriber.php +++ b/src/Runner/GarbageCollection/Subscriber/TestFinishedSubscriber.php @@ -14,6 +14,8 @@ use PHPUnit\Event\Test\FinishedSubscriber; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class TestFinishedSubscriber extends Subscriber implements FinishedSubscriber diff --git a/src/Runner/PhptTestCase.php b/src/Runner/PhptTestCase.php index f2c18ec86ee..b56ac568b2e 100644 --- a/src/Runner/PhptTestCase.php +++ b/src/Runner/PhptTestCase.php @@ -67,6 +67,8 @@ use Throwable; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class PhptTestCase implements Reorderable, SelfDescribing, Test diff --git a/src/Runner/ResultCache/DefaultResultCache.php b/src/Runner/ResultCache/DefaultResultCache.php index 8837d887fe3..a9e1eabb372 100644 --- a/src/Runner/ResultCache/DefaultResultCache.php +++ b/src/Runner/ResultCache/DefaultResultCache.php @@ -27,6 +27,8 @@ use PHPUnit\Util\Filesystem; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class DefaultResultCache implements ResultCache diff --git a/src/Runner/ResultCache/NullResultCache.php b/src/Runner/ResultCache/NullResultCache.php index 1e93eeb9b70..f0cc4c30269 100644 --- a/src/Runner/ResultCache/NullResultCache.php +++ b/src/Runner/ResultCache/NullResultCache.php @@ -12,6 +12,8 @@ use PHPUnit\Framework\TestStatus\TestStatus; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class NullResultCache implements ResultCache diff --git a/src/Runner/ResultCache/ResultCache.php b/src/Runner/ResultCache/ResultCache.php index 95546048203..74efe2516cf 100644 --- a/src/Runner/ResultCache/ResultCache.php +++ b/src/Runner/ResultCache/ResultCache.php @@ -12,6 +12,8 @@ use PHPUnit\Framework\TestStatus\TestStatus; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ interface ResultCache diff --git a/src/Runner/ResultCache/ResultCacheHandler.php b/src/Runner/ResultCache/ResultCacheHandler.php index f0b054e2098..927725a83fd 100644 --- a/src/Runner/ResultCache/ResultCacheHandler.php +++ b/src/Runner/ResultCache/ResultCacheHandler.php @@ -26,6 +26,8 @@ use PHPUnit\Framework\TestStatus\TestStatus; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class ResultCacheHandler diff --git a/src/Runner/ResultCache/Subscriber/Subscriber.php b/src/Runner/ResultCache/Subscriber/Subscriber.php index 77abb6f1523..254b36a48b9 100644 --- a/src/Runner/ResultCache/Subscriber/Subscriber.php +++ b/src/Runner/ResultCache/Subscriber/Subscriber.php @@ -10,6 +10,8 @@ namespace PHPUnit\Runner\ResultCache; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ abstract class Subscriber diff --git a/src/Runner/ResultCache/Subscriber/TestConsideredRiskySubscriber.php b/src/Runner/ResultCache/Subscriber/TestConsideredRiskySubscriber.php index 6ca0701a54a..5675f46dcf9 100644 --- a/src/Runner/ResultCache/Subscriber/TestConsideredRiskySubscriber.php +++ b/src/Runner/ResultCache/Subscriber/TestConsideredRiskySubscriber.php @@ -13,6 +13,8 @@ use PHPUnit\Event\Test\ConsideredRiskySubscriber; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class TestConsideredRiskySubscriber extends Subscriber implements ConsideredRiskySubscriber diff --git a/src/Runner/ResultCache/Subscriber/TestErroredSubscriber.php b/src/Runner/ResultCache/Subscriber/TestErroredSubscriber.php index 954551bdda3..6acc7fbf910 100644 --- a/src/Runner/ResultCache/Subscriber/TestErroredSubscriber.php +++ b/src/Runner/ResultCache/Subscriber/TestErroredSubscriber.php @@ -13,6 +13,8 @@ use PHPUnit\Event\Test\ErroredSubscriber; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class TestErroredSubscriber extends Subscriber implements ErroredSubscriber diff --git a/src/Runner/ResultCache/Subscriber/TestFailedSubscriber.php b/src/Runner/ResultCache/Subscriber/TestFailedSubscriber.php index effdb0c2089..d9528986023 100644 --- a/src/Runner/ResultCache/Subscriber/TestFailedSubscriber.php +++ b/src/Runner/ResultCache/Subscriber/TestFailedSubscriber.php @@ -13,6 +13,8 @@ use PHPUnit\Event\Test\FailedSubscriber; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class TestFailedSubscriber extends Subscriber implements FailedSubscriber diff --git a/src/Runner/ResultCache/Subscriber/TestFinishedSubscriber.php b/src/Runner/ResultCache/Subscriber/TestFinishedSubscriber.php index ff39f716bb6..d0457379058 100644 --- a/src/Runner/ResultCache/Subscriber/TestFinishedSubscriber.php +++ b/src/Runner/ResultCache/Subscriber/TestFinishedSubscriber.php @@ -14,6 +14,8 @@ use PHPUnit\Event\Test\FinishedSubscriber; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class TestFinishedSubscriber extends Subscriber implements FinishedSubscriber diff --git a/src/Runner/ResultCache/Subscriber/TestMarkedIncompleteSubscriber.php b/src/Runner/ResultCache/Subscriber/TestMarkedIncompleteSubscriber.php index 69364ac2da7..e9838359127 100644 --- a/src/Runner/ResultCache/Subscriber/TestMarkedIncompleteSubscriber.php +++ b/src/Runner/ResultCache/Subscriber/TestMarkedIncompleteSubscriber.php @@ -13,6 +13,8 @@ use PHPUnit\Event\Test\MarkedIncompleteSubscriber; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class TestMarkedIncompleteSubscriber extends Subscriber implements MarkedIncompleteSubscriber diff --git a/src/Runner/ResultCache/Subscriber/TestPreparedSubscriber.php b/src/Runner/ResultCache/Subscriber/TestPreparedSubscriber.php index eee675b17de..6e7cd77aae0 100644 --- a/src/Runner/ResultCache/Subscriber/TestPreparedSubscriber.php +++ b/src/Runner/ResultCache/Subscriber/TestPreparedSubscriber.php @@ -13,6 +13,8 @@ use PHPUnit\Event\Test\PreparedSubscriber; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class TestPreparedSubscriber extends Subscriber implements PreparedSubscriber diff --git a/src/Runner/ResultCache/Subscriber/TestSkippedSubscriber.php b/src/Runner/ResultCache/Subscriber/TestSkippedSubscriber.php index 21c748b09b4..b9ad4e344bc 100644 --- a/src/Runner/ResultCache/Subscriber/TestSkippedSubscriber.php +++ b/src/Runner/ResultCache/Subscriber/TestSkippedSubscriber.php @@ -14,6 +14,8 @@ use PHPUnit\Event\Test\SkippedSubscriber; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class TestSkippedSubscriber extends Subscriber implements SkippedSubscriber diff --git a/src/Runner/ResultCache/Subscriber/TestSuiteFinishedSubscriber.php b/src/Runner/ResultCache/Subscriber/TestSuiteFinishedSubscriber.php index c252823b7e5..1c6fef3a029 100644 --- a/src/Runner/ResultCache/Subscriber/TestSuiteFinishedSubscriber.php +++ b/src/Runner/ResultCache/Subscriber/TestSuiteFinishedSubscriber.php @@ -13,6 +13,8 @@ use PHPUnit\Event\TestSuite\FinishedSubscriber; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class TestSuiteFinishedSubscriber extends Subscriber implements FinishedSubscriber diff --git a/src/Runner/ResultCache/Subscriber/TestSuiteStartedSubscriber.php b/src/Runner/ResultCache/Subscriber/TestSuiteStartedSubscriber.php index 1c78b0ec904..e56874fa436 100644 --- a/src/Runner/ResultCache/Subscriber/TestSuiteStartedSubscriber.php +++ b/src/Runner/ResultCache/Subscriber/TestSuiteStartedSubscriber.php @@ -13,6 +13,8 @@ use PHPUnit\Event\TestSuite\StartedSubscriber; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class TestSuiteStartedSubscriber extends Subscriber implements StartedSubscriber diff --git a/src/Runner/TestResult/Collector.php b/src/Runner/TestResult/Collector.php index b676911edb5..c26eef16a4e 100644 --- a/src/Runner/TestResult/Collector.php +++ b/src/Runner/TestResult/Collector.php @@ -47,6 +47,8 @@ use PHPUnit\TextUI\Configuration\SourceFilter; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class Collector diff --git a/src/Runner/TestResult/Facade.php b/src/Runner/TestResult/Facade.php index 790e99705d6..75b7471e9a7 100644 --- a/src/Runner/TestResult/Facade.php +++ b/src/Runner/TestResult/Facade.php @@ -15,6 +15,8 @@ use PHPUnit\TextUI\Configuration\Registry as ConfigurationRegistry; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class Facade diff --git a/src/Runner/TestResult/Issue.php b/src/Runner/TestResult/Issue.php index 93fe6d0334e..dcfd17f82b6 100644 --- a/src/Runner/TestResult/Issue.php +++ b/src/Runner/TestResult/Issue.php @@ -12,6 +12,8 @@ use PHPUnit\Event\Code\Test; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class Issue diff --git a/src/Runner/TestResult/PassedTests.php b/src/Runner/TestResult/PassedTests.php index 2bd0cf5ce2f..b448bc86ed5 100644 --- a/src/Runner/TestResult/PassedTests.php +++ b/src/Runner/TestResult/PassedTests.php @@ -18,6 +18,8 @@ use PHPUnit\Metadata\Api\Groups; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class PassedTests diff --git a/src/Runner/TestResult/Subscriber/BeforeTestClassMethodErroredSubscriber.php b/src/Runner/TestResult/Subscriber/BeforeTestClassMethodErroredSubscriber.php index cfa5e9d5d77..c9facc24899 100644 --- a/src/Runner/TestResult/Subscriber/BeforeTestClassMethodErroredSubscriber.php +++ b/src/Runner/TestResult/Subscriber/BeforeTestClassMethodErroredSubscriber.php @@ -13,6 +13,8 @@ use PHPUnit\Event\Test\BeforeFirstTestMethodErroredSubscriber; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class BeforeTestClassMethodErroredSubscriber extends Subscriber implements BeforeFirstTestMethodErroredSubscriber diff --git a/src/Runner/TestResult/Subscriber/ExecutionStartedSubscriber.php b/src/Runner/TestResult/Subscriber/ExecutionStartedSubscriber.php index 2d1c1a5f0dc..56f16d76d5e 100644 --- a/src/Runner/TestResult/Subscriber/ExecutionStartedSubscriber.php +++ b/src/Runner/TestResult/Subscriber/ExecutionStartedSubscriber.php @@ -13,6 +13,8 @@ use PHPUnit\Event\TestRunner\ExecutionStartedSubscriber as TestRunnerExecutionStartedSubscriber; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class ExecutionStartedSubscriber extends Subscriber implements TestRunnerExecutionStartedSubscriber diff --git a/src/Runner/TestResult/Subscriber/Subscriber.php b/src/Runner/TestResult/Subscriber/Subscriber.php index 7bb28d20aee..f9abbb77a85 100644 --- a/src/Runner/TestResult/Subscriber/Subscriber.php +++ b/src/Runner/TestResult/Subscriber/Subscriber.php @@ -10,6 +10,8 @@ namespace PHPUnit\TestRunner\TestResult; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ abstract class Subscriber diff --git a/src/Runner/TestResult/Subscriber/TestConsideredRiskySubscriber.php b/src/Runner/TestResult/Subscriber/TestConsideredRiskySubscriber.php index 777ca47a8e6..b3656e435ec 100644 --- a/src/Runner/TestResult/Subscriber/TestConsideredRiskySubscriber.php +++ b/src/Runner/TestResult/Subscriber/TestConsideredRiskySubscriber.php @@ -13,6 +13,8 @@ use PHPUnit\Event\Test\ConsideredRiskySubscriber; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class TestConsideredRiskySubscriber extends Subscriber implements ConsideredRiskySubscriber diff --git a/src/Runner/TestResult/Subscriber/TestErroredSubscriber.php b/src/Runner/TestResult/Subscriber/TestErroredSubscriber.php index 132482b76ba..272c99243c4 100644 --- a/src/Runner/TestResult/Subscriber/TestErroredSubscriber.php +++ b/src/Runner/TestResult/Subscriber/TestErroredSubscriber.php @@ -13,6 +13,8 @@ use PHPUnit\Event\Test\ErroredSubscriber; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class TestErroredSubscriber extends Subscriber implements ErroredSubscriber diff --git a/src/Runner/TestResult/Subscriber/TestFailedSubscriber.php b/src/Runner/TestResult/Subscriber/TestFailedSubscriber.php index 7382b0bb457..c0b059dfd69 100644 --- a/src/Runner/TestResult/Subscriber/TestFailedSubscriber.php +++ b/src/Runner/TestResult/Subscriber/TestFailedSubscriber.php @@ -13,6 +13,8 @@ use PHPUnit\Event\Test\FailedSubscriber; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class TestFailedSubscriber extends Subscriber implements FailedSubscriber diff --git a/src/Runner/TestResult/Subscriber/TestFinishedSubscriber.php b/src/Runner/TestResult/Subscriber/TestFinishedSubscriber.php index 44aea9f981e..6ce115b42c1 100644 --- a/src/Runner/TestResult/Subscriber/TestFinishedSubscriber.php +++ b/src/Runner/TestResult/Subscriber/TestFinishedSubscriber.php @@ -13,6 +13,8 @@ use PHPUnit\Event\Test\FinishedSubscriber; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class TestFinishedSubscriber extends Subscriber implements FinishedSubscriber diff --git a/src/Runner/TestResult/Subscriber/TestMarkedIncompleteSubscriber.php b/src/Runner/TestResult/Subscriber/TestMarkedIncompleteSubscriber.php index 9c486c5316a..b57a0984b77 100644 --- a/src/Runner/TestResult/Subscriber/TestMarkedIncompleteSubscriber.php +++ b/src/Runner/TestResult/Subscriber/TestMarkedIncompleteSubscriber.php @@ -13,6 +13,8 @@ use PHPUnit\Event\Test\MarkedIncompleteSubscriber; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class TestMarkedIncompleteSubscriber extends Subscriber implements MarkedIncompleteSubscriber diff --git a/src/Runner/TestResult/Subscriber/TestPreparedSubscriber.php b/src/Runner/TestResult/Subscriber/TestPreparedSubscriber.php index cc91590da8c..b68c0d5e82f 100644 --- a/src/Runner/TestResult/Subscriber/TestPreparedSubscriber.php +++ b/src/Runner/TestResult/Subscriber/TestPreparedSubscriber.php @@ -13,6 +13,8 @@ use PHPUnit\Event\Test\PreparedSubscriber; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class TestPreparedSubscriber extends Subscriber implements PreparedSubscriber diff --git a/src/Runner/TestResult/Subscriber/TestRunnerTriggeredDeprecationSubscriber.php b/src/Runner/TestResult/Subscriber/TestRunnerTriggeredDeprecationSubscriber.php index 4dce071c6e6..0550adae128 100644 --- a/src/Runner/TestResult/Subscriber/TestRunnerTriggeredDeprecationSubscriber.php +++ b/src/Runner/TestResult/Subscriber/TestRunnerTriggeredDeprecationSubscriber.php @@ -13,6 +13,8 @@ use PHPUnit\Event\TestRunner\DeprecationTriggeredSubscriber; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class TestRunnerTriggeredDeprecationSubscriber extends Subscriber implements DeprecationTriggeredSubscriber diff --git a/src/Runner/TestResult/Subscriber/TestRunnerTriggeredWarningSubscriber.php b/src/Runner/TestResult/Subscriber/TestRunnerTriggeredWarningSubscriber.php index ddc2564dd34..b66e7494133 100644 --- a/src/Runner/TestResult/Subscriber/TestRunnerTriggeredWarningSubscriber.php +++ b/src/Runner/TestResult/Subscriber/TestRunnerTriggeredWarningSubscriber.php @@ -13,6 +13,8 @@ use PHPUnit\Event\TestRunner\WarningTriggeredSubscriber; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class TestRunnerTriggeredWarningSubscriber extends Subscriber implements WarningTriggeredSubscriber diff --git a/src/Runner/TestResult/Subscriber/TestSkippedSubscriber.php b/src/Runner/TestResult/Subscriber/TestSkippedSubscriber.php index 651e12f5c7e..4cc4454539f 100644 --- a/src/Runner/TestResult/Subscriber/TestSkippedSubscriber.php +++ b/src/Runner/TestResult/Subscriber/TestSkippedSubscriber.php @@ -13,6 +13,8 @@ use PHPUnit\Event\Test\SkippedSubscriber; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class TestSkippedSubscriber extends Subscriber implements SkippedSubscriber diff --git a/src/Runner/TestResult/Subscriber/TestSuiteFinishedSubscriber.php b/src/Runner/TestResult/Subscriber/TestSuiteFinishedSubscriber.php index b4a51dac79b..125cd519923 100644 --- a/src/Runner/TestResult/Subscriber/TestSuiteFinishedSubscriber.php +++ b/src/Runner/TestResult/Subscriber/TestSuiteFinishedSubscriber.php @@ -13,6 +13,8 @@ use PHPUnit\Event\TestSuite\FinishedSubscriber; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class TestSuiteFinishedSubscriber extends Subscriber implements FinishedSubscriber diff --git a/src/Runner/TestResult/Subscriber/TestSuiteSkippedSubscriber.php b/src/Runner/TestResult/Subscriber/TestSuiteSkippedSubscriber.php index a16ae17e692..bf26b15cb93 100644 --- a/src/Runner/TestResult/Subscriber/TestSuiteSkippedSubscriber.php +++ b/src/Runner/TestResult/Subscriber/TestSuiteSkippedSubscriber.php @@ -13,6 +13,8 @@ use PHPUnit\Event\TestSuite\SkippedSubscriber; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class TestSuiteSkippedSubscriber extends Subscriber implements SkippedSubscriber diff --git a/src/Runner/TestResult/Subscriber/TestSuiteStartedSubscriber.php b/src/Runner/TestResult/Subscriber/TestSuiteStartedSubscriber.php index d50b1232209..ef8c8d09c3f 100644 --- a/src/Runner/TestResult/Subscriber/TestSuiteStartedSubscriber.php +++ b/src/Runner/TestResult/Subscriber/TestSuiteStartedSubscriber.php @@ -13,6 +13,8 @@ use PHPUnit\Event\TestSuite\StartedSubscriber; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class TestSuiteStartedSubscriber extends Subscriber implements StartedSubscriber diff --git a/src/Runner/TestResult/Subscriber/TestTriggeredDeprecationSubscriber.php b/src/Runner/TestResult/Subscriber/TestTriggeredDeprecationSubscriber.php index 7692bae372e..6185723e2c9 100644 --- a/src/Runner/TestResult/Subscriber/TestTriggeredDeprecationSubscriber.php +++ b/src/Runner/TestResult/Subscriber/TestTriggeredDeprecationSubscriber.php @@ -13,6 +13,8 @@ use PHPUnit\Event\Test\DeprecationTriggeredSubscriber; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class TestTriggeredDeprecationSubscriber extends Subscriber implements DeprecationTriggeredSubscriber diff --git a/src/Runner/TestResult/Subscriber/TestTriggeredErrorSubscriber.php b/src/Runner/TestResult/Subscriber/TestTriggeredErrorSubscriber.php index fc48c2d435f..c5daf0d7f4d 100644 --- a/src/Runner/TestResult/Subscriber/TestTriggeredErrorSubscriber.php +++ b/src/Runner/TestResult/Subscriber/TestTriggeredErrorSubscriber.php @@ -13,6 +13,8 @@ use PHPUnit\Event\Test\ErrorTriggeredSubscriber; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class TestTriggeredErrorSubscriber extends Subscriber implements ErrorTriggeredSubscriber diff --git a/src/Runner/TestResult/Subscriber/TestTriggeredNoticeSubscriber.php b/src/Runner/TestResult/Subscriber/TestTriggeredNoticeSubscriber.php index dbedc8bd593..e0c4b55a81c 100644 --- a/src/Runner/TestResult/Subscriber/TestTriggeredNoticeSubscriber.php +++ b/src/Runner/TestResult/Subscriber/TestTriggeredNoticeSubscriber.php @@ -13,6 +13,8 @@ use PHPUnit\Event\Test\NoticeTriggeredSubscriber; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class TestTriggeredNoticeSubscriber extends Subscriber implements NoticeTriggeredSubscriber diff --git a/src/Runner/TestResult/Subscriber/TestTriggeredPhpDeprecationSubscriber.php b/src/Runner/TestResult/Subscriber/TestTriggeredPhpDeprecationSubscriber.php index a1bbc804193..b0ddcba0a83 100644 --- a/src/Runner/TestResult/Subscriber/TestTriggeredPhpDeprecationSubscriber.php +++ b/src/Runner/TestResult/Subscriber/TestTriggeredPhpDeprecationSubscriber.php @@ -13,6 +13,8 @@ use PHPUnit\Event\Test\PhpDeprecationTriggeredSubscriber; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class TestTriggeredPhpDeprecationSubscriber extends Subscriber implements PhpDeprecationTriggeredSubscriber diff --git a/src/Runner/TestResult/Subscriber/TestTriggeredPhpNoticeSubscriber.php b/src/Runner/TestResult/Subscriber/TestTriggeredPhpNoticeSubscriber.php index 16f442c8888..3f6e54c33ed 100644 --- a/src/Runner/TestResult/Subscriber/TestTriggeredPhpNoticeSubscriber.php +++ b/src/Runner/TestResult/Subscriber/TestTriggeredPhpNoticeSubscriber.php @@ -13,6 +13,8 @@ use PHPUnit\Event\Test\PhpNoticeTriggeredSubscriber; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class TestTriggeredPhpNoticeSubscriber extends Subscriber implements PhpNoticeTriggeredSubscriber diff --git a/src/Runner/TestResult/Subscriber/TestTriggeredPhpWarningSubscriber.php b/src/Runner/TestResult/Subscriber/TestTriggeredPhpWarningSubscriber.php index 9ff153160e6..c8af28990d5 100644 --- a/src/Runner/TestResult/Subscriber/TestTriggeredPhpWarningSubscriber.php +++ b/src/Runner/TestResult/Subscriber/TestTriggeredPhpWarningSubscriber.php @@ -13,6 +13,8 @@ use PHPUnit\Event\Test\PhpWarningTriggeredSubscriber; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class TestTriggeredPhpWarningSubscriber extends Subscriber implements PhpWarningTriggeredSubscriber diff --git a/src/Runner/TestResult/Subscriber/TestTriggeredPhpunitDeprecationSubscriber.php b/src/Runner/TestResult/Subscriber/TestTriggeredPhpunitDeprecationSubscriber.php index bb3ce03cac9..704895befb4 100644 --- a/src/Runner/TestResult/Subscriber/TestTriggeredPhpunitDeprecationSubscriber.php +++ b/src/Runner/TestResult/Subscriber/TestTriggeredPhpunitDeprecationSubscriber.php @@ -13,6 +13,8 @@ use PHPUnit\Event\Test\PhpunitDeprecationTriggeredSubscriber; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class TestTriggeredPhpunitDeprecationSubscriber extends Subscriber implements PhpunitDeprecationTriggeredSubscriber diff --git a/src/Runner/TestResult/Subscriber/TestTriggeredPhpunitErrorSubscriber.php b/src/Runner/TestResult/Subscriber/TestTriggeredPhpunitErrorSubscriber.php index e61bf0b406d..0fcb0176dca 100644 --- a/src/Runner/TestResult/Subscriber/TestTriggeredPhpunitErrorSubscriber.php +++ b/src/Runner/TestResult/Subscriber/TestTriggeredPhpunitErrorSubscriber.php @@ -13,6 +13,8 @@ use PHPUnit\Event\Test\PhpunitErrorTriggeredSubscriber; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class TestTriggeredPhpunitErrorSubscriber extends Subscriber implements PhpunitErrorTriggeredSubscriber diff --git a/src/Runner/TestResult/Subscriber/TestTriggeredPhpunitWarningSubscriber.php b/src/Runner/TestResult/Subscriber/TestTriggeredPhpunitWarningSubscriber.php index 89f2488626f..6c6c49ad4d6 100644 --- a/src/Runner/TestResult/Subscriber/TestTriggeredPhpunitWarningSubscriber.php +++ b/src/Runner/TestResult/Subscriber/TestTriggeredPhpunitWarningSubscriber.php @@ -13,6 +13,8 @@ use PHPUnit\Event\Test\PhpunitWarningTriggeredSubscriber; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class TestTriggeredPhpunitWarningSubscriber extends Subscriber implements PhpunitWarningTriggeredSubscriber diff --git a/src/Runner/TestResult/Subscriber/TestTriggeredWarningSubscriber.php b/src/Runner/TestResult/Subscriber/TestTriggeredWarningSubscriber.php index ac34bb270a1..a68d1e231f3 100644 --- a/src/Runner/TestResult/Subscriber/TestTriggeredWarningSubscriber.php +++ b/src/Runner/TestResult/Subscriber/TestTriggeredWarningSubscriber.php @@ -13,6 +13,8 @@ use PHPUnit\Event\Test\WarningTriggeredSubscriber; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class TestTriggeredWarningSubscriber extends Subscriber implements WarningTriggeredSubscriber diff --git a/src/Runner/TestResult/TestResult.php b/src/Runner/TestResult/TestResult.php index 0944b7cf429..3ad11f004e1 100644 --- a/src/Runner/TestResult/TestResult.php +++ b/src/Runner/TestResult/TestResult.php @@ -25,6 +25,8 @@ use PHPUnit\TestRunner\TestResult\Issues\Issue; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class TestResult diff --git a/src/Runner/TestSuiteLoader.php b/src/Runner/TestSuiteLoader.php index c49e0a49b81..e3b984cf1bd 100644 --- a/src/Runner/TestSuiteLoader.php +++ b/src/Runner/TestSuiteLoader.php @@ -22,6 +22,8 @@ use ReflectionClass; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class TestSuiteLoader diff --git a/src/Runner/TestSuiteSorter.php b/src/Runner/TestSuiteSorter.php index 6d1a78e716f..b5c0c19d695 100644 --- a/src/Runner/TestSuiteSorter.php +++ b/src/Runner/TestSuiteSorter.php @@ -27,6 +27,8 @@ use PHPUnit\Runner\ResultCache\ResultCache; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class TestSuiteSorter diff --git a/src/TextUI/Application.php b/src/TextUI/Application.php index 75460aae5dd..d4bc34dc1fe 100644 --- a/src/TextUI/Application.php +++ b/src/TextUI/Application.php @@ -78,6 +78,8 @@ use Throwable; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class Application diff --git a/src/TextUI/Command/Command.php b/src/TextUI/Command/Command.php index d340c8303e7..4194551e41a 100644 --- a/src/TextUI/Command/Command.php +++ b/src/TextUI/Command/Command.php @@ -10,6 +10,8 @@ namespace PHPUnit\TextUI\Command; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ interface Command diff --git a/src/TextUI/Command/Commands/AtLeastVersionCommand.php b/src/TextUI/Command/Commands/AtLeastVersionCommand.php index 2fe62c51775..06d78358f8a 100644 --- a/src/TextUI/Command/Commands/AtLeastVersionCommand.php +++ b/src/TextUI/Command/Commands/AtLeastVersionCommand.php @@ -13,6 +13,8 @@ use PHPUnit\Runner\Version; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class AtLeastVersionCommand implements Command diff --git a/src/TextUI/Command/Commands/GenerateConfigurationCommand.php b/src/TextUI/Command/Commands/GenerateConfigurationCommand.php index ab52475ef2b..b71d8b04df3 100644 --- a/src/TextUI/Command/Commands/GenerateConfigurationCommand.php +++ b/src/TextUI/Command/Commands/GenerateConfigurationCommand.php @@ -20,6 +20,8 @@ use PHPUnit\TextUI\XmlConfiguration\Generator; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class GenerateConfigurationCommand implements Command diff --git a/src/TextUI/Command/Commands/ListGroupsCommand.php b/src/TextUI/Command/Commands/ListGroupsCommand.php index 9d2c19b9467..f5f0fac0846 100644 --- a/src/TextUI/Command/Commands/ListGroupsCommand.php +++ b/src/TextUI/Command/Commands/ListGroupsCommand.php @@ -17,6 +17,8 @@ use PHPUnit\TextUI\Configuration\Registry; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class ListGroupsCommand implements Command diff --git a/src/TextUI/Command/Commands/ListTestSuitesCommand.php b/src/TextUI/Command/Commands/ListTestSuitesCommand.php index f501dad85b2..77c2cbb60a2 100644 --- a/src/TextUI/Command/Commands/ListTestSuitesCommand.php +++ b/src/TextUI/Command/Commands/ListTestSuitesCommand.php @@ -15,6 +15,8 @@ use PHPUnit\TextUI\Configuration\TestSuiteCollection; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class ListTestSuitesCommand implements Command diff --git a/src/TextUI/Command/Commands/ListTestsAsTextCommand.php b/src/TextUI/Command/Commands/ListTestsAsTextCommand.php index 5fe1e6518b8..0d377011e5a 100644 --- a/src/TextUI/Command/Commands/ListTestsAsTextCommand.php +++ b/src/TextUI/Command/Commands/ListTestsAsTextCommand.php @@ -19,6 +19,8 @@ use RecursiveIteratorIterator; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class ListTestsAsTextCommand implements Command diff --git a/src/TextUI/Command/Commands/ListTestsAsXmlCommand.php b/src/TextUI/Command/Commands/ListTestsAsXmlCommand.php index c71ffcd9b8b..5a1085f1713 100644 --- a/src/TextUI/Command/Commands/ListTestsAsXmlCommand.php +++ b/src/TextUI/Command/Commands/ListTestsAsXmlCommand.php @@ -22,6 +22,8 @@ use XMLWriter; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class ListTestsAsXmlCommand implements Command diff --git a/src/TextUI/Command/Commands/MigrateConfigurationCommand.php b/src/TextUI/Command/Commands/MigrateConfigurationCommand.php index 908fd173cec..cde391ab6dd 100644 --- a/src/TextUI/Command/Commands/MigrateConfigurationCommand.php +++ b/src/TextUI/Command/Commands/MigrateConfigurationCommand.php @@ -17,6 +17,8 @@ use Throwable; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class MigrateConfigurationCommand implements Command diff --git a/src/TextUI/Command/Commands/ShowHelpCommand.php b/src/TextUI/Command/Commands/ShowHelpCommand.php index aae306e58c7..654cbb8836e 100644 --- a/src/TextUI/Command/Commands/ShowHelpCommand.php +++ b/src/TextUI/Command/Commands/ShowHelpCommand.php @@ -12,6 +12,8 @@ use PHPUnit\TextUI\Help; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class ShowHelpCommand implements Command diff --git a/src/TextUI/Command/Commands/ShowVersionCommand.php b/src/TextUI/Command/Commands/ShowVersionCommand.php index b5ddfc29fbf..b1e66510e41 100644 --- a/src/TextUI/Command/Commands/ShowVersionCommand.php +++ b/src/TextUI/Command/Commands/ShowVersionCommand.php @@ -10,6 +10,8 @@ namespace PHPUnit\TextUI\Command; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class ShowVersionCommand implements Command diff --git a/src/TextUI/Command/Commands/VersionCheckCommand.php b/src/TextUI/Command/Commands/VersionCheckCommand.php index b2bbd86ff97..580ec98ade3 100644 --- a/src/TextUI/Command/Commands/VersionCheckCommand.php +++ b/src/TextUI/Command/Commands/VersionCheckCommand.php @@ -16,6 +16,8 @@ use PHPUnit\Runner\Version; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit * * @codeCoverageIgnore diff --git a/src/TextUI/Command/Commands/WarmCodeCoverageCacheCommand.php b/src/TextUI/Command/Commands/WarmCodeCoverageCacheCommand.php index 79aa35fea93..fa8256e7a16 100644 --- a/src/TextUI/Command/Commands/WarmCodeCoverageCacheCommand.php +++ b/src/TextUI/Command/Commands/WarmCodeCoverageCacheCommand.php @@ -19,6 +19,8 @@ use SebastianBergmann\Timer\Timer; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit * * @codeCoverageIgnore diff --git a/src/TextUI/Command/Result.php b/src/TextUI/Command/Result.php index 7391c6da2ef..b0544e7a64e 100644 --- a/src/TextUI/Command/Result.php +++ b/src/TextUI/Command/Result.php @@ -12,6 +12,8 @@ /** * @psalm-immutable * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class Result diff --git a/src/TextUI/Configuration/Cli/Builder.php b/src/TextUI/Configuration/Cli/Builder.php index 9823b630f73..8a6963faefb 100644 --- a/src/TextUI/Configuration/Cli/Builder.php +++ b/src/TextUI/Configuration/Cli/Builder.php @@ -24,6 +24,8 @@ use SebastianBergmann\CliParser\Parser as CliParser; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class Builder diff --git a/src/TextUI/Configuration/Cli/Configuration.php b/src/TextUI/Configuration/Cli/Configuration.php index b4058e1e9d6..a00e82402e4 100644 --- a/src/TextUI/Configuration/Cli/Configuration.php +++ b/src/TextUI/Configuration/Cli/Configuration.php @@ -10,6 +10,8 @@ namespace PHPUnit\TextUI\CliArguments; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit * * @psalm-immutable diff --git a/src/TextUI/Configuration/Cli/Exception.php b/src/TextUI/Configuration/Cli/Exception.php index dd5536eaa50..0d9a5a00e6e 100644 --- a/src/TextUI/Configuration/Cli/Exception.php +++ b/src/TextUI/Configuration/Cli/Exception.php @@ -12,6 +12,8 @@ use RuntimeException; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class Exception extends RuntimeException implements \PHPUnit\Exception diff --git a/src/TextUI/Configuration/Cli/XmlConfigurationFileFinder.php b/src/TextUI/Configuration/Cli/XmlConfigurationFileFinder.php index 79cbfd15e60..03ac43a076b 100644 --- a/src/TextUI/Configuration/Cli/XmlConfigurationFileFinder.php +++ b/src/TextUI/Configuration/Cli/XmlConfigurationFileFinder.php @@ -15,6 +15,8 @@ use function realpath; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class XmlConfigurationFileFinder diff --git a/src/TextUI/Configuration/CodeCoverageFilterRegistry.php b/src/TextUI/Configuration/CodeCoverageFilterRegistry.php index ab95233ec0f..7051d2840d8 100644 --- a/src/TextUI/Configuration/CodeCoverageFilterRegistry.php +++ b/src/TextUI/Configuration/CodeCoverageFilterRegistry.php @@ -17,6 +17,8 @@ * CLI options and XML configuration are static within a single PHPUnit process. * It is therefore okay to use a Singleton registry here. * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class CodeCoverageFilterRegistry diff --git a/src/TextUI/Configuration/Exception/CannotFindSchemaException.php b/src/TextUI/Configuration/Exception/CannotFindSchemaException.php index 3e89f932a6a..6eef052db7a 100644 --- a/src/TextUI/Configuration/Exception/CannotFindSchemaException.php +++ b/src/TextUI/Configuration/Exception/CannotFindSchemaException.php @@ -13,6 +13,8 @@ use RuntimeException; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class CannotFindSchemaException extends RuntimeException implements Exception diff --git a/src/TextUI/Configuration/Exception/CodeCoverageReportNotConfiguredException.php b/src/TextUI/Configuration/Exception/CodeCoverageReportNotConfiguredException.php index 05243c9a844..83faa0a2d67 100644 --- a/src/TextUI/Configuration/Exception/CodeCoverageReportNotConfiguredException.php +++ b/src/TextUI/Configuration/Exception/CodeCoverageReportNotConfiguredException.php @@ -12,6 +12,8 @@ use RuntimeException; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class CodeCoverageReportNotConfiguredException extends RuntimeException implements Exception diff --git a/src/TextUI/Configuration/Exception/ConfigurationCannotBeBuiltException.php b/src/TextUI/Configuration/Exception/ConfigurationCannotBeBuiltException.php index 8aef86433db..e95e09428d0 100644 --- a/src/TextUI/Configuration/Exception/ConfigurationCannotBeBuiltException.php +++ b/src/TextUI/Configuration/Exception/ConfigurationCannotBeBuiltException.php @@ -12,6 +12,8 @@ use RuntimeException; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class ConfigurationCannotBeBuiltException extends RuntimeException implements Exception diff --git a/src/TextUI/Configuration/Exception/Exception.php b/src/TextUI/Configuration/Exception/Exception.php index 8678983b9f8..dc49125a5f6 100644 --- a/src/TextUI/Configuration/Exception/Exception.php +++ b/src/TextUI/Configuration/Exception/Exception.php @@ -10,6 +10,8 @@ namespace PHPUnit\TextUI\Configuration; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This interface is not covered by the backward compatibility promise for PHPUnit */ interface Exception extends \PHPUnit\TextUI\Exception diff --git a/src/TextUI/Configuration/Exception/FilterNotConfiguredException.php b/src/TextUI/Configuration/Exception/FilterNotConfiguredException.php index 9cb4a79ab24..5ae4331f6c5 100644 --- a/src/TextUI/Configuration/Exception/FilterNotConfiguredException.php +++ b/src/TextUI/Configuration/Exception/FilterNotConfiguredException.php @@ -12,6 +12,8 @@ use RuntimeException; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class FilterNotConfiguredException extends RuntimeException implements Exception diff --git a/src/TextUI/Configuration/Exception/IncludePathNotConfiguredException.php b/src/TextUI/Configuration/Exception/IncludePathNotConfiguredException.php index e4623b24ed0..3b70fea0740 100644 --- a/src/TextUI/Configuration/Exception/IncludePathNotConfiguredException.php +++ b/src/TextUI/Configuration/Exception/IncludePathNotConfiguredException.php @@ -12,6 +12,8 @@ use RuntimeException; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class IncludePathNotConfiguredException extends RuntimeException implements Exception diff --git a/src/TextUI/Configuration/Exception/LoggingNotConfiguredException.php b/src/TextUI/Configuration/Exception/LoggingNotConfiguredException.php index c10febbb904..63cf9b07010 100644 --- a/src/TextUI/Configuration/Exception/LoggingNotConfiguredException.php +++ b/src/TextUI/Configuration/Exception/LoggingNotConfiguredException.php @@ -12,6 +12,8 @@ use RuntimeException; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class LoggingNotConfiguredException extends RuntimeException implements Exception diff --git a/src/TextUI/Configuration/Exception/NoBaselineException.php b/src/TextUI/Configuration/Exception/NoBaselineException.php index eb8cf3ba174..7611dceb17d 100644 --- a/src/TextUI/Configuration/Exception/NoBaselineException.php +++ b/src/TextUI/Configuration/Exception/NoBaselineException.php @@ -12,6 +12,8 @@ use RuntimeException; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class NoBaselineException extends RuntimeException implements Exception diff --git a/src/TextUI/Configuration/Exception/NoBootstrapException.php b/src/TextUI/Configuration/Exception/NoBootstrapException.php index 1abc7e88f04..ff1bddf0ea2 100644 --- a/src/TextUI/Configuration/Exception/NoBootstrapException.php +++ b/src/TextUI/Configuration/Exception/NoBootstrapException.php @@ -12,6 +12,8 @@ use RuntimeException; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class NoBootstrapException extends RuntimeException implements Exception diff --git a/src/TextUI/Configuration/Exception/NoCacheDirectoryException.php b/src/TextUI/Configuration/Exception/NoCacheDirectoryException.php index 36d2499ed2e..215fe21f6f8 100644 --- a/src/TextUI/Configuration/Exception/NoCacheDirectoryException.php +++ b/src/TextUI/Configuration/Exception/NoCacheDirectoryException.php @@ -12,6 +12,8 @@ use RuntimeException; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class NoCacheDirectoryException extends RuntimeException implements Exception diff --git a/src/TextUI/Configuration/Exception/NoCliArgumentException.php b/src/TextUI/Configuration/Exception/NoCliArgumentException.php index 18c5e16fb98..42ed0d49597 100644 --- a/src/TextUI/Configuration/Exception/NoCliArgumentException.php +++ b/src/TextUI/Configuration/Exception/NoCliArgumentException.php @@ -12,6 +12,8 @@ use RuntimeException; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class NoCliArgumentException extends RuntimeException implements Exception diff --git a/src/TextUI/Configuration/Exception/NoConfigurationFileException.php b/src/TextUI/Configuration/Exception/NoConfigurationFileException.php index 1d488d3b09a..f8ceb80ba2e 100644 --- a/src/TextUI/Configuration/Exception/NoConfigurationFileException.php +++ b/src/TextUI/Configuration/Exception/NoConfigurationFileException.php @@ -12,6 +12,8 @@ use RuntimeException; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class NoConfigurationFileException extends RuntimeException implements Exception diff --git a/src/TextUI/Configuration/Exception/NoCoverageCacheDirectoryException.php b/src/TextUI/Configuration/Exception/NoCoverageCacheDirectoryException.php index 54eaabbe4eb..113950b5d3d 100644 --- a/src/TextUI/Configuration/Exception/NoCoverageCacheDirectoryException.php +++ b/src/TextUI/Configuration/Exception/NoCoverageCacheDirectoryException.php @@ -12,6 +12,8 @@ use RuntimeException; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class NoCoverageCacheDirectoryException extends RuntimeException implements Exception diff --git a/src/TextUI/Configuration/Exception/NoCustomCssFileException.php b/src/TextUI/Configuration/Exception/NoCustomCssFileException.php index 672b1fc1ead..e524c8db50a 100644 --- a/src/TextUI/Configuration/Exception/NoCustomCssFileException.php +++ b/src/TextUI/Configuration/Exception/NoCustomCssFileException.php @@ -12,6 +12,8 @@ use RuntimeException; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class NoCustomCssFileException extends RuntimeException implements Exception diff --git a/src/TextUI/Configuration/Exception/NoDefaultTestSuiteException.php b/src/TextUI/Configuration/Exception/NoDefaultTestSuiteException.php index 28663ff5db1..96e7a7ada86 100644 --- a/src/TextUI/Configuration/Exception/NoDefaultTestSuiteException.php +++ b/src/TextUI/Configuration/Exception/NoDefaultTestSuiteException.php @@ -12,6 +12,8 @@ use RuntimeException; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class NoDefaultTestSuiteException extends RuntimeException implements Exception diff --git a/src/TextUI/Configuration/Exception/NoPharExtensionDirectoryException.php b/src/TextUI/Configuration/Exception/NoPharExtensionDirectoryException.php index 269be3bd6bf..ce573ca79ec 100644 --- a/src/TextUI/Configuration/Exception/NoPharExtensionDirectoryException.php +++ b/src/TextUI/Configuration/Exception/NoPharExtensionDirectoryException.php @@ -12,6 +12,8 @@ use RuntimeException; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class NoPharExtensionDirectoryException extends RuntimeException implements Exception diff --git a/src/TextUI/Configuration/Merger.php b/src/TextUI/Configuration/Merger.php index f3bcd739717..a0863f9a958 100644 --- a/src/TextUI/Configuration/Merger.php +++ b/src/TextUI/Configuration/Merger.php @@ -32,6 +32,8 @@ use SebastianBergmann\Invoker\Invoker; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class Merger diff --git a/src/TextUI/Configuration/PhpHandler.php b/src/TextUI/Configuration/PhpHandler.php index 4417c71347a..8bd727f2faa 100644 --- a/src/TextUI/Configuration/PhpHandler.php +++ b/src/TextUI/Configuration/PhpHandler.php @@ -20,6 +20,8 @@ use function putenv; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class PhpHandler diff --git a/src/TextUI/Configuration/Registry.php b/src/TextUI/Configuration/Registry.php index 9cdbf3989bd..bde319a77d5 100644 --- a/src/TextUI/Configuration/Registry.php +++ b/src/TextUI/Configuration/Registry.php @@ -24,6 +24,8 @@ * CLI options and XML configuration are static within a single PHPUnit process. * It is therefore okay to use a Singleton registry here. * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class Registry diff --git a/src/TextUI/Configuration/SourceFilter.php b/src/TextUI/Configuration/SourceFilter.php index 1586a649a13..a6b1262b30c 100644 --- a/src/TextUI/Configuration/SourceFilter.php +++ b/src/TextUI/Configuration/SourceFilter.php @@ -10,6 +10,8 @@ namespace PHPUnit\TextUI\Configuration; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class SourceFilter diff --git a/src/TextUI/Configuration/SourceMapper.php b/src/TextUI/Configuration/SourceMapper.php index 8e42dbf8b1d..f5d837f912a 100644 --- a/src/TextUI/Configuration/SourceMapper.php +++ b/src/TextUI/Configuration/SourceMapper.php @@ -14,6 +14,8 @@ use SplObjectStorage; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class SourceMapper diff --git a/src/TextUI/Configuration/TestSuiteBuilder.php b/src/TextUI/Configuration/TestSuiteBuilder.php index 451414d00cf..0b948059bbb 100644 --- a/src/TextUI/Configuration/TestSuiteBuilder.php +++ b/src/TextUI/Configuration/TestSuiteBuilder.php @@ -27,6 +27,8 @@ use SebastianBergmann\FileIterator\Facade as FileIteratorFacade; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class TestSuiteBuilder diff --git a/src/TextUI/Configuration/Xml/CodeCoverage/CodeCoverage.php b/src/TextUI/Configuration/Xml/CodeCoverage/CodeCoverage.php index b38feefc731..4450970fba2 100644 --- a/src/TextUI/Configuration/Xml/CodeCoverage/CodeCoverage.php +++ b/src/TextUI/Configuration/Xml/CodeCoverage/CodeCoverage.php @@ -23,6 +23,8 @@ use PHPUnit\TextUI\XmlConfiguration\Exception; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit * * @psalm-immutable diff --git a/src/TextUI/Configuration/Xml/CodeCoverage/Report/Clover.php b/src/TextUI/Configuration/Xml/CodeCoverage/Report/Clover.php index 0d59cef58e7..a815dc46305 100644 --- a/src/TextUI/Configuration/Xml/CodeCoverage/Report/Clover.php +++ b/src/TextUI/Configuration/Xml/CodeCoverage/Report/Clover.php @@ -12,6 +12,8 @@ use PHPUnit\TextUI\Configuration\File; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit * * @psalm-immutable diff --git a/src/TextUI/Configuration/Xml/CodeCoverage/Report/Cobertura.php b/src/TextUI/Configuration/Xml/CodeCoverage/Report/Cobertura.php index 5c15cf27ab9..c8b560d7546 100644 --- a/src/TextUI/Configuration/Xml/CodeCoverage/Report/Cobertura.php +++ b/src/TextUI/Configuration/Xml/CodeCoverage/Report/Cobertura.php @@ -12,6 +12,8 @@ use PHPUnit\TextUI\Configuration\File; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit * * @psalm-immutable diff --git a/src/TextUI/Configuration/Xml/CodeCoverage/Report/Crap4j.php b/src/TextUI/Configuration/Xml/CodeCoverage/Report/Crap4j.php index 3e292df3f9e..eff20d6b2c4 100644 --- a/src/TextUI/Configuration/Xml/CodeCoverage/Report/Crap4j.php +++ b/src/TextUI/Configuration/Xml/CodeCoverage/Report/Crap4j.php @@ -12,6 +12,8 @@ use PHPUnit\TextUI\Configuration\File; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit * * @psalm-immutable diff --git a/src/TextUI/Configuration/Xml/CodeCoverage/Report/Html.php b/src/TextUI/Configuration/Xml/CodeCoverage/Report/Html.php index 8a5841d23b9..db6fa53dc12 100644 --- a/src/TextUI/Configuration/Xml/CodeCoverage/Report/Html.php +++ b/src/TextUI/Configuration/Xml/CodeCoverage/Report/Html.php @@ -13,6 +13,8 @@ use PHPUnit\TextUI\Configuration\NoCustomCssFileException; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit * * @psalm-immutable diff --git a/src/TextUI/Configuration/Xml/CodeCoverage/Report/Php.php b/src/TextUI/Configuration/Xml/CodeCoverage/Report/Php.php index 121287a196a..39a3762d87e 100644 --- a/src/TextUI/Configuration/Xml/CodeCoverage/Report/Php.php +++ b/src/TextUI/Configuration/Xml/CodeCoverage/Report/Php.php @@ -12,6 +12,8 @@ use PHPUnit\TextUI\Configuration\File; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit * * @psalm-immutable diff --git a/src/TextUI/Configuration/Xml/CodeCoverage/Report/Text.php b/src/TextUI/Configuration/Xml/CodeCoverage/Report/Text.php index 749c32cffb6..6ff3c8ce89e 100644 --- a/src/TextUI/Configuration/Xml/CodeCoverage/Report/Text.php +++ b/src/TextUI/Configuration/Xml/CodeCoverage/Report/Text.php @@ -12,6 +12,8 @@ use PHPUnit\TextUI\Configuration\File; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit * * @psalm-immutable diff --git a/src/TextUI/Configuration/Xml/CodeCoverage/Report/Xml.php b/src/TextUI/Configuration/Xml/CodeCoverage/Report/Xml.php index 2f891e972e8..09dddc0c9bf 100644 --- a/src/TextUI/Configuration/Xml/CodeCoverage/Report/Xml.php +++ b/src/TextUI/Configuration/Xml/CodeCoverage/Report/Xml.php @@ -12,6 +12,8 @@ use PHPUnit\TextUI\Configuration\Directory; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit * * @psalm-immutable diff --git a/src/TextUI/Configuration/Xml/Configuration.php b/src/TextUI/Configuration/Xml/Configuration.php index c78d58f5e03..d9a74fa873a 100644 --- a/src/TextUI/Configuration/Xml/Configuration.php +++ b/src/TextUI/Configuration/Xml/Configuration.php @@ -17,6 +17,8 @@ use PHPUnit\TextUI\XmlConfiguration\Logging\Logging; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit * * @psalm-immutable diff --git a/src/TextUI/Configuration/Xml/DefaultConfiguration.php b/src/TextUI/Configuration/Xml/DefaultConfiguration.php index 5c652e95b32..0c1482cf205 100644 --- a/src/TextUI/Configuration/Xml/DefaultConfiguration.php +++ b/src/TextUI/Configuration/Xml/DefaultConfiguration.php @@ -25,6 +25,8 @@ use PHPUnit\TextUI\XmlConfiguration\Logging\Logging; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit * * @psalm-immutable diff --git a/src/TextUI/Configuration/Xml/Exception.php b/src/TextUI/Configuration/Xml/Exception.php index 162b37e8814..60c3c9acc71 100644 --- a/src/TextUI/Configuration/Xml/Exception.php +++ b/src/TextUI/Configuration/Xml/Exception.php @@ -12,6 +12,8 @@ use RuntimeException; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class Exception extends RuntimeException implements \PHPUnit\Exception diff --git a/src/TextUI/Configuration/Xml/Generator.php b/src/TextUI/Configuration/Xml/Generator.php index 39e7095feed..c3bc53d128f 100644 --- a/src/TextUI/Configuration/Xml/Generator.php +++ b/src/TextUI/Configuration/Xml/Generator.php @@ -12,6 +12,8 @@ use function str_replace; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class Generator diff --git a/src/TextUI/Configuration/Xml/Groups.php b/src/TextUI/Configuration/Xml/Groups.php index e8f61b5e667..d89908cafba 100644 --- a/src/TextUI/Configuration/Xml/Groups.php +++ b/src/TextUI/Configuration/Xml/Groups.php @@ -12,6 +12,8 @@ use PHPUnit\TextUI\Configuration\GroupCollection; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit * * @psalm-immutable diff --git a/src/TextUI/Configuration/Xml/LoadedFromFileConfiguration.php b/src/TextUI/Configuration/Xml/LoadedFromFileConfiguration.php index cf7274d636b..31106ed9839 100644 --- a/src/TextUI/Configuration/Xml/LoadedFromFileConfiguration.php +++ b/src/TextUI/Configuration/Xml/LoadedFromFileConfiguration.php @@ -17,6 +17,8 @@ use PHPUnit\TextUI\XmlConfiguration\Logging\Logging; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit * * @psalm-immutable diff --git a/src/TextUI/Configuration/Xml/Loader.php b/src/TextUI/Configuration/Xml/Loader.php index 93cd6c963a5..0ba2f76a08f 100644 --- a/src/TextUI/Configuration/Xml/Loader.php +++ b/src/TextUI/Configuration/Xml/Loader.php @@ -75,6 +75,8 @@ use SebastianBergmann\CodeCoverage\Report\Thresholds; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class Loader diff --git a/src/TextUI/Configuration/Xml/Logging/Junit.php b/src/TextUI/Configuration/Xml/Logging/Junit.php index 020144b8903..406aaf2b6b1 100644 --- a/src/TextUI/Configuration/Xml/Logging/Junit.php +++ b/src/TextUI/Configuration/Xml/Logging/Junit.php @@ -12,6 +12,8 @@ use PHPUnit\TextUI\Configuration\File; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit * * @psalm-immutable diff --git a/src/TextUI/Configuration/Xml/Logging/Logging.php b/src/TextUI/Configuration/Xml/Logging/Logging.php index 587f727f82e..8fc34394a85 100644 --- a/src/TextUI/Configuration/Xml/Logging/Logging.php +++ b/src/TextUI/Configuration/Xml/Logging/Logging.php @@ -14,6 +14,8 @@ use PHPUnit\TextUI\XmlConfiguration\Logging\TestDox\Text as TestDoxText; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit * * @psalm-immutable diff --git a/src/TextUI/Configuration/Xml/Logging/TeamCity.php b/src/TextUI/Configuration/Xml/Logging/TeamCity.php index 263fcf0d7f4..2025c1f4ef8 100644 --- a/src/TextUI/Configuration/Xml/Logging/TeamCity.php +++ b/src/TextUI/Configuration/Xml/Logging/TeamCity.php @@ -12,6 +12,8 @@ use PHPUnit\TextUI\Configuration\File; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit * * @psalm-immutable diff --git a/src/TextUI/Configuration/Xml/Logging/TestDox/Html.php b/src/TextUI/Configuration/Xml/Logging/TestDox/Html.php index 8cfb00e2a41..e52587bb607 100644 --- a/src/TextUI/Configuration/Xml/Logging/TestDox/Html.php +++ b/src/TextUI/Configuration/Xml/Logging/TestDox/Html.php @@ -12,6 +12,8 @@ use PHPUnit\TextUI\Configuration\File; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit * * @psalm-immutable diff --git a/src/TextUI/Configuration/Xml/Logging/TestDox/Text.php b/src/TextUI/Configuration/Xml/Logging/TestDox/Text.php index b91c793d1d0..db47a3effc6 100644 --- a/src/TextUI/Configuration/Xml/Logging/TestDox/Text.php +++ b/src/TextUI/Configuration/Xml/Logging/TestDox/Text.php @@ -12,6 +12,8 @@ use PHPUnit\TextUI\Configuration\File; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit * * @psalm-immutable diff --git a/src/TextUI/Configuration/Xml/Migration/MigrationBuilder.php b/src/TextUI/Configuration/Xml/Migration/MigrationBuilder.php index 86b92e766b1..459706897a2 100644 --- a/src/TextUI/Configuration/Xml/Migration/MigrationBuilder.php +++ b/src/TextUI/Configuration/Xml/Migration/MigrationBuilder.php @@ -12,6 +12,8 @@ use function version_compare; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class MigrationBuilder diff --git a/src/TextUI/Configuration/Xml/Migration/MigrationBuilderException.php b/src/TextUI/Configuration/Xml/Migration/MigrationBuilderException.php index ebee6e9179b..2b670963532 100644 --- a/src/TextUI/Configuration/Xml/Migration/MigrationBuilderException.php +++ b/src/TextUI/Configuration/Xml/Migration/MigrationBuilderException.php @@ -13,6 +13,8 @@ use RuntimeException; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class MigrationBuilderException extends RuntimeException implements Exception diff --git a/src/TextUI/Configuration/Xml/Migration/MigrationException.php b/src/TextUI/Configuration/Xml/Migration/MigrationException.php index 9fa4068ce5b..bb35aca6817 100644 --- a/src/TextUI/Configuration/Xml/Migration/MigrationException.php +++ b/src/TextUI/Configuration/Xml/Migration/MigrationException.php @@ -13,6 +13,8 @@ use RuntimeException; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class MigrationException extends RuntimeException implements Exception diff --git a/src/TextUI/Configuration/Xml/Migration/Migrations/ConvertLogTypes.php b/src/TextUI/Configuration/Xml/Migration/Migrations/ConvertLogTypes.php index 697bbe082cb..43a9bf15453 100644 --- a/src/TextUI/Configuration/Xml/Migration/Migrations/ConvertLogTypes.php +++ b/src/TextUI/Configuration/Xml/Migration/Migrations/ConvertLogTypes.php @@ -13,6 +13,8 @@ use DOMElement; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class ConvertLogTypes implements Migration diff --git a/src/TextUI/Configuration/Xml/Migration/Migrations/CoverageCloverToReport.php b/src/TextUI/Configuration/Xml/Migration/Migrations/CoverageCloverToReport.php index ccefbfbc2b3..7d3ee4962eb 100644 --- a/src/TextUI/Configuration/Xml/Migration/Migrations/CoverageCloverToReport.php +++ b/src/TextUI/Configuration/Xml/Migration/Migrations/CoverageCloverToReport.php @@ -12,6 +12,8 @@ use DOMElement; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class CoverageCloverToReport extends LogToReportMigration diff --git a/src/TextUI/Configuration/Xml/Migration/Migrations/CoverageCrap4jToReport.php b/src/TextUI/Configuration/Xml/Migration/Migrations/CoverageCrap4jToReport.php index afbaaec181a..2b4947805b2 100644 --- a/src/TextUI/Configuration/Xml/Migration/Migrations/CoverageCrap4jToReport.php +++ b/src/TextUI/Configuration/Xml/Migration/Migrations/CoverageCrap4jToReport.php @@ -12,6 +12,8 @@ use DOMElement; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class CoverageCrap4jToReport extends LogToReportMigration diff --git a/src/TextUI/Configuration/Xml/Migration/Migrations/CoverageHtmlToReport.php b/src/TextUI/Configuration/Xml/Migration/Migrations/CoverageHtmlToReport.php index 7e12095b4ca..64af982d0ee 100644 --- a/src/TextUI/Configuration/Xml/Migration/Migrations/CoverageHtmlToReport.php +++ b/src/TextUI/Configuration/Xml/Migration/Migrations/CoverageHtmlToReport.php @@ -12,6 +12,8 @@ use DOMElement; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class CoverageHtmlToReport extends LogToReportMigration diff --git a/src/TextUI/Configuration/Xml/Migration/Migrations/CoveragePhpToReport.php b/src/TextUI/Configuration/Xml/Migration/Migrations/CoveragePhpToReport.php index bfa10030b1b..93868c473a1 100644 --- a/src/TextUI/Configuration/Xml/Migration/Migrations/CoveragePhpToReport.php +++ b/src/TextUI/Configuration/Xml/Migration/Migrations/CoveragePhpToReport.php @@ -12,6 +12,8 @@ use DOMElement; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class CoveragePhpToReport extends LogToReportMigration diff --git a/src/TextUI/Configuration/Xml/Migration/Migrations/CoverageTextToReport.php b/src/TextUI/Configuration/Xml/Migration/Migrations/CoverageTextToReport.php index 063d8df0c43..f50be1d7aa5 100644 --- a/src/TextUI/Configuration/Xml/Migration/Migrations/CoverageTextToReport.php +++ b/src/TextUI/Configuration/Xml/Migration/Migrations/CoverageTextToReport.php @@ -12,6 +12,8 @@ use DOMElement; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class CoverageTextToReport extends LogToReportMigration diff --git a/src/TextUI/Configuration/Xml/Migration/Migrations/CoverageXmlToReport.php b/src/TextUI/Configuration/Xml/Migration/Migrations/CoverageXmlToReport.php index 480d7777e3d..2ea7cdc8b86 100644 --- a/src/TextUI/Configuration/Xml/Migration/Migrations/CoverageXmlToReport.php +++ b/src/TextUI/Configuration/Xml/Migration/Migrations/CoverageXmlToReport.php @@ -12,6 +12,8 @@ use DOMElement; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class CoverageXmlToReport extends LogToReportMigration diff --git a/src/TextUI/Configuration/Xml/Migration/Migrations/IntroduceCacheDirectoryAttribute.php b/src/TextUI/Configuration/Xml/Migration/Migrations/IntroduceCacheDirectoryAttribute.php index 4ac7331c9ef..fe0e0a2b5df 100644 --- a/src/TextUI/Configuration/Xml/Migration/Migrations/IntroduceCacheDirectoryAttribute.php +++ b/src/TextUI/Configuration/Xml/Migration/Migrations/IntroduceCacheDirectoryAttribute.php @@ -14,6 +14,8 @@ use DOMElement; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class IntroduceCacheDirectoryAttribute implements Migration diff --git a/src/TextUI/Configuration/Xml/Migration/Migrations/IntroduceCoverageElement.php b/src/TextUI/Configuration/Xml/Migration/Migrations/IntroduceCoverageElement.php index de52857ee49..54b5485db28 100644 --- a/src/TextUI/Configuration/Xml/Migration/Migrations/IntroduceCoverageElement.php +++ b/src/TextUI/Configuration/Xml/Migration/Migrations/IntroduceCoverageElement.php @@ -12,6 +12,8 @@ use DOMDocument; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class IntroduceCoverageElement implements Migration diff --git a/src/TextUI/Configuration/Xml/Migration/Migrations/LogToReportMigration.php b/src/TextUI/Configuration/Xml/Migration/Migrations/LogToReportMigration.php index c07de0ec7f5..321260b5396 100644 --- a/src/TextUI/Configuration/Xml/Migration/Migrations/LogToReportMigration.php +++ b/src/TextUI/Configuration/Xml/Migration/Migrations/LogToReportMigration.php @@ -15,6 +15,8 @@ use DOMXPath; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ abstract class LogToReportMigration implements Migration diff --git a/src/TextUI/Configuration/Xml/Migration/Migrations/Migration.php b/src/TextUI/Configuration/Xml/Migration/Migrations/Migration.php index fa4092a9fe7..05359a2d082 100644 --- a/src/TextUI/Configuration/Xml/Migration/Migrations/Migration.php +++ b/src/TextUI/Configuration/Xml/Migration/Migrations/Migration.php @@ -12,6 +12,8 @@ use DOMDocument; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ interface Migration diff --git a/src/TextUI/Configuration/Xml/Migration/Migrations/MoveAttributesFromFilterWhitelistToCoverage.php b/src/TextUI/Configuration/Xml/Migration/Migrations/MoveAttributesFromFilterWhitelistToCoverage.php index a7aab5e511c..b6ed401ac49 100644 --- a/src/TextUI/Configuration/Xml/Migration/Migrations/MoveAttributesFromFilterWhitelistToCoverage.php +++ b/src/TextUI/Configuration/Xml/Migration/Migrations/MoveAttributesFromFilterWhitelistToCoverage.php @@ -13,6 +13,8 @@ use DOMElement; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class MoveAttributesFromFilterWhitelistToCoverage implements Migration diff --git a/src/TextUI/Configuration/Xml/Migration/Migrations/MoveAttributesFromRootToCoverage.php b/src/TextUI/Configuration/Xml/Migration/Migrations/MoveAttributesFromRootToCoverage.php index 1e0fb4c924d..40b95fecf24 100644 --- a/src/TextUI/Configuration/Xml/Migration/Migrations/MoveAttributesFromRootToCoverage.php +++ b/src/TextUI/Configuration/Xml/Migration/Migrations/MoveAttributesFromRootToCoverage.php @@ -14,6 +14,8 @@ use DOMElement; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class MoveAttributesFromRootToCoverage implements Migration diff --git a/src/TextUI/Configuration/Xml/Migration/Migrations/MoveCoverageDirectoriesToSource.php b/src/TextUI/Configuration/Xml/Migration/Migrations/MoveCoverageDirectoriesToSource.php index bf87fceaa23..737c473f498 100644 --- a/src/TextUI/Configuration/Xml/Migration/Migrations/MoveCoverageDirectoriesToSource.php +++ b/src/TextUI/Configuration/Xml/Migration/Migrations/MoveCoverageDirectoriesToSource.php @@ -15,6 +15,8 @@ use DOMXPath; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class MoveCoverageDirectoriesToSource implements Migration diff --git a/src/TextUI/Configuration/Xml/Migration/Migrations/MoveWhitelistExcludesToCoverage.php b/src/TextUI/Configuration/Xml/Migration/Migrations/MoveWhitelistExcludesToCoverage.php index 40132156f71..311fb567bea 100644 --- a/src/TextUI/Configuration/Xml/Migration/Migrations/MoveWhitelistExcludesToCoverage.php +++ b/src/TextUI/Configuration/Xml/Migration/Migrations/MoveWhitelistExcludesToCoverage.php @@ -15,6 +15,8 @@ use DOMElement; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class MoveWhitelistExcludesToCoverage implements Migration diff --git a/src/TextUI/Configuration/Xml/Migration/Migrations/MoveWhitelistIncludesToCoverage.php b/src/TextUI/Configuration/Xml/Migration/Migrations/MoveWhitelistIncludesToCoverage.php index 2b1b23edc0e..19c1f140db7 100644 --- a/src/TextUI/Configuration/Xml/Migration/Migrations/MoveWhitelistIncludesToCoverage.php +++ b/src/TextUI/Configuration/Xml/Migration/Migrations/MoveWhitelistIncludesToCoverage.php @@ -13,6 +13,8 @@ use DOMElement; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class MoveWhitelistIncludesToCoverage implements Migration diff --git a/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveBeStrictAboutResourceUsageDuringSmallTestsAttribute.php b/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveBeStrictAboutResourceUsageDuringSmallTestsAttribute.php index c88ff348bc6..ee49fcfce0e 100644 --- a/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveBeStrictAboutResourceUsageDuringSmallTestsAttribute.php +++ b/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveBeStrictAboutResourceUsageDuringSmallTestsAttribute.php @@ -14,6 +14,8 @@ use DOMElement; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class RemoveBeStrictAboutResourceUsageDuringSmallTestsAttribute implements Migration diff --git a/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveBeStrictAboutTodoAnnotatedTestsAttribute.php b/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveBeStrictAboutTodoAnnotatedTestsAttribute.php index 84b92ef8467..d7ab28f6868 100644 --- a/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveBeStrictAboutTodoAnnotatedTestsAttribute.php +++ b/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveBeStrictAboutTodoAnnotatedTestsAttribute.php @@ -14,6 +14,8 @@ use DOMElement; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class RemoveBeStrictAboutTodoAnnotatedTestsAttribute implements Migration diff --git a/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveCacheResultFileAttribute.php b/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveCacheResultFileAttribute.php index 6a9aae9ee08..e283b64de26 100644 --- a/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveCacheResultFileAttribute.php +++ b/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveCacheResultFileAttribute.php @@ -14,6 +14,8 @@ use DOMElement; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class RemoveCacheResultFileAttribute implements Migration diff --git a/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveCacheTokensAttribute.php b/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveCacheTokensAttribute.php index faf16f2e5b8..5ab7e041dc8 100644 --- a/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveCacheTokensAttribute.php +++ b/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveCacheTokensAttribute.php @@ -14,6 +14,8 @@ use DOMElement; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class RemoveCacheTokensAttribute implements Migration diff --git a/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveConversionToExceptionsAttributes.php b/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveConversionToExceptionsAttributes.php index 267ff0e8e6c..339b3e20261 100644 --- a/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveConversionToExceptionsAttributes.php +++ b/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveConversionToExceptionsAttributes.php @@ -14,6 +14,8 @@ use DOMElement; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class RemoveConversionToExceptionsAttributes implements Migration diff --git a/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveCoverageElementCacheDirectoryAttribute.php b/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveCoverageElementCacheDirectoryAttribute.php index f34518e3422..4a71bbb8c09 100644 --- a/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveCoverageElementCacheDirectoryAttribute.php +++ b/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveCoverageElementCacheDirectoryAttribute.php @@ -13,6 +13,8 @@ use DOMElement; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class RemoveCoverageElementCacheDirectoryAttribute implements Migration diff --git a/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveCoverageElementProcessUncoveredFilesAttribute.php b/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveCoverageElementProcessUncoveredFilesAttribute.php index 7a55eacf632..720b65c57b2 100644 --- a/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveCoverageElementProcessUncoveredFilesAttribute.php +++ b/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveCoverageElementProcessUncoveredFilesAttribute.php @@ -13,6 +13,8 @@ use DOMElement; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class RemoveCoverageElementProcessUncoveredFilesAttribute implements Migration diff --git a/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveEmptyFilter.php b/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveEmptyFilter.php index 8f1a6d5471c..2d8fea5281a 100644 --- a/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveEmptyFilter.php +++ b/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveEmptyFilter.php @@ -14,6 +14,8 @@ use DOMElement; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class RemoveEmptyFilter implements Migration diff --git a/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveListeners.php b/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveListeners.php index 3095c03bb25..b493d1c7c3b 100644 --- a/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveListeners.php +++ b/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveListeners.php @@ -13,6 +13,8 @@ use DOMElement; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class RemoveListeners implements Migration diff --git a/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveLogTypes.php b/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveLogTypes.php index 7419204eee0..9591f8c9c26 100644 --- a/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveLogTypes.php +++ b/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveLogTypes.php @@ -14,6 +14,8 @@ use DOMElement; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class RemoveLogTypes implements Migration diff --git a/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveLoggingElements.php b/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveLoggingElements.php index cf59ce71b4a..de09f8c40d8 100644 --- a/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveLoggingElements.php +++ b/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveLoggingElements.php @@ -14,6 +14,8 @@ use DOMXPath; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class RemoveLoggingElements implements Migration diff --git a/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveNoInteractionAttribute.php b/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveNoInteractionAttribute.php index 5efaefadb37..c3dd3f10575 100644 --- a/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveNoInteractionAttribute.php +++ b/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveNoInteractionAttribute.php @@ -14,6 +14,8 @@ use DOMElement; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class RemoveNoInteractionAttribute implements Migration diff --git a/src/TextUI/Configuration/Xml/Migration/Migrations/RemovePrinterAttributes.php b/src/TextUI/Configuration/Xml/Migration/Migrations/RemovePrinterAttributes.php index 5281cc3acc7..2d1d03fa745 100644 --- a/src/TextUI/Configuration/Xml/Migration/Migrations/RemovePrinterAttributes.php +++ b/src/TextUI/Configuration/Xml/Migration/Migrations/RemovePrinterAttributes.php @@ -14,6 +14,8 @@ use DOMElement; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class RemovePrinterAttributes implements Migration diff --git a/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveTestDoxGroupsElement.php b/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveTestDoxGroupsElement.php index 50906f156df..eb2f13595ee 100644 --- a/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveTestDoxGroupsElement.php +++ b/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveTestDoxGroupsElement.php @@ -13,6 +13,8 @@ use DOMElement; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class RemoveTestDoxGroupsElement implements Migration diff --git a/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveTestSuiteLoaderAttributes.php b/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveTestSuiteLoaderAttributes.php index 4b15dc73ac2..823c96473ac 100644 --- a/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveTestSuiteLoaderAttributes.php +++ b/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveTestSuiteLoaderAttributes.php @@ -14,6 +14,8 @@ use DOMElement; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class RemoveTestSuiteLoaderAttributes implements Migration diff --git a/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveVerboseAttribute.php b/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveVerboseAttribute.php index 6091cd5af40..0233d8b4ca7 100644 --- a/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveVerboseAttribute.php +++ b/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveVerboseAttribute.php @@ -14,6 +14,8 @@ use DOMElement; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class RemoveVerboseAttribute implements Migration diff --git a/src/TextUI/Configuration/Xml/Migration/Migrations/RenameBackupStaticAttributesAttribute.php b/src/TextUI/Configuration/Xml/Migration/Migrations/RenameBackupStaticAttributesAttribute.php index 3fe871d9cd6..b04bbdb2c67 100644 --- a/src/TextUI/Configuration/Xml/Migration/Migrations/RenameBackupStaticAttributesAttribute.php +++ b/src/TextUI/Configuration/Xml/Migration/Migrations/RenameBackupStaticAttributesAttribute.php @@ -14,6 +14,8 @@ use DOMElement; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class RenameBackupStaticAttributesAttribute implements Migration diff --git a/src/TextUI/Configuration/Xml/Migration/Migrations/RenameBeStrictAboutCoversAnnotationAttribute.php b/src/TextUI/Configuration/Xml/Migration/Migrations/RenameBeStrictAboutCoversAnnotationAttribute.php index eba48730e51..3950e2a363a 100644 --- a/src/TextUI/Configuration/Xml/Migration/Migrations/RenameBeStrictAboutCoversAnnotationAttribute.php +++ b/src/TextUI/Configuration/Xml/Migration/Migrations/RenameBeStrictAboutCoversAnnotationAttribute.php @@ -14,6 +14,8 @@ use DOMElement; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class RenameBeStrictAboutCoversAnnotationAttribute implements Migration diff --git a/src/TextUI/Configuration/Xml/Migration/Migrations/RenameForceCoversAnnotationAttribute.php b/src/TextUI/Configuration/Xml/Migration/Migrations/RenameForceCoversAnnotationAttribute.php index b1b41f5d2a0..c384be21ed7 100644 --- a/src/TextUI/Configuration/Xml/Migration/Migrations/RenameForceCoversAnnotationAttribute.php +++ b/src/TextUI/Configuration/Xml/Migration/Migrations/RenameForceCoversAnnotationAttribute.php @@ -14,6 +14,8 @@ use DOMElement; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class RenameForceCoversAnnotationAttribute implements Migration diff --git a/src/TextUI/Configuration/Xml/Migration/Migrations/UpdateSchemaLocation.php b/src/TextUI/Configuration/Xml/Migration/Migrations/UpdateSchemaLocation.php index d8f65d6a199..6f39eb4c80f 100644 --- a/src/TextUI/Configuration/Xml/Migration/Migrations/UpdateSchemaLocation.php +++ b/src/TextUI/Configuration/Xml/Migration/Migrations/UpdateSchemaLocation.php @@ -15,6 +15,8 @@ use PHPUnit\Runner\Version; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class UpdateSchemaLocation implements Migration diff --git a/src/TextUI/Configuration/Xml/Migration/Migrator.php b/src/TextUI/Configuration/Xml/Migration/Migrator.php index 78adfae86d7..b28e70d0555 100644 --- a/src/TextUI/Configuration/Xml/Migration/Migrator.php +++ b/src/TextUI/Configuration/Xml/Migration/Migrator.php @@ -14,6 +14,8 @@ use PHPUnit\Util\Xml\XmlException; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class Migrator diff --git a/src/TextUI/Configuration/Xml/Migration/SnapshotNodeList.php b/src/TextUI/Configuration/Xml/Migration/SnapshotNodeList.php index a760c3f2da4..c87d0546811 100644 --- a/src/TextUI/Configuration/Xml/Migration/SnapshotNodeList.php +++ b/src/TextUI/Configuration/Xml/Migration/SnapshotNodeList.php @@ -17,6 +17,8 @@ use IteratorAggregate; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit * * @template-implements IteratorAggregate diff --git a/src/TextUI/Configuration/Xml/PHPUnit.php b/src/TextUI/Configuration/Xml/PHPUnit.php index febe11dfc1a..0ce36a8df45 100644 --- a/src/TextUI/Configuration/Xml/PHPUnit.php +++ b/src/TextUI/Configuration/Xml/PHPUnit.php @@ -10,6 +10,8 @@ namespace PHPUnit\TextUI\XmlConfiguration; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit * * @psalm-immutable diff --git a/src/TextUI/Configuration/Xml/SchemaDetector/FailedSchemaDetectionResult.php b/src/TextUI/Configuration/Xml/SchemaDetector/FailedSchemaDetectionResult.php index 82124a2c9be..ef413ca0fab 100644 --- a/src/TextUI/Configuration/Xml/SchemaDetector/FailedSchemaDetectionResult.php +++ b/src/TextUI/Configuration/Xml/SchemaDetector/FailedSchemaDetectionResult.php @@ -10,6 +10,8 @@ namespace PHPUnit\TextUI\XmlConfiguration; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit * * @psalm-immutable diff --git a/src/TextUI/Configuration/Xml/SchemaDetector/SchemaDetectionResult.php b/src/TextUI/Configuration/Xml/SchemaDetector/SchemaDetectionResult.php index 091826125c4..7f036f9f8b9 100644 --- a/src/TextUI/Configuration/Xml/SchemaDetector/SchemaDetectionResult.php +++ b/src/TextUI/Configuration/Xml/SchemaDetector/SchemaDetectionResult.php @@ -12,6 +12,8 @@ use PHPUnit\Util\Xml\XmlException; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit * * @psalm-immutable diff --git a/src/TextUI/Configuration/Xml/SchemaDetector/SchemaDetector.php b/src/TextUI/Configuration/Xml/SchemaDetector/SchemaDetector.php index ca2ee8f2f40..9ad74c61a75 100644 --- a/src/TextUI/Configuration/Xml/SchemaDetector/SchemaDetector.php +++ b/src/TextUI/Configuration/Xml/SchemaDetector/SchemaDetector.php @@ -13,6 +13,8 @@ use PHPUnit\Util\Xml\XmlException; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class SchemaDetector diff --git a/src/TextUI/Configuration/Xml/SchemaDetector/SuccessfulSchemaDetectionResult.php b/src/TextUI/Configuration/Xml/SchemaDetector/SuccessfulSchemaDetectionResult.php index 002dfe87c89..d7eabb11ee2 100644 --- a/src/TextUI/Configuration/Xml/SchemaDetector/SuccessfulSchemaDetectionResult.php +++ b/src/TextUI/Configuration/Xml/SchemaDetector/SuccessfulSchemaDetectionResult.php @@ -10,6 +10,8 @@ namespace PHPUnit\TextUI\XmlConfiguration; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit * * @psalm-immutable diff --git a/src/TextUI/Configuration/Xml/SchemaFinder.php b/src/TextUI/Configuration/Xml/SchemaFinder.php index b6b620d9860..b86e8d80313 100644 --- a/src/TextUI/Configuration/Xml/SchemaFinder.php +++ b/src/TextUI/Configuration/Xml/SchemaFinder.php @@ -18,6 +18,8 @@ use PHPUnit\Runner\Version; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class SchemaFinder diff --git a/src/TextUI/Configuration/Xml/TestSuiteMapper.php b/src/TextUI/Configuration/Xml/TestSuiteMapper.php index 530ae10bcbd..7721ca4ed74 100644 --- a/src/TextUI/Configuration/Xml/TestSuiteMapper.php +++ b/src/TextUI/Configuration/Xml/TestSuiteMapper.php @@ -27,6 +27,8 @@ use SebastianBergmann\FileIterator\Facade; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class TestSuiteMapper diff --git a/src/TextUI/Configuration/Xml/Validator/ValidationResult.php b/src/TextUI/Configuration/Xml/Validator/ValidationResult.php index 8ac466f4c66..d62a38b9a27 100644 --- a/src/TextUI/Configuration/Xml/Validator/ValidationResult.php +++ b/src/TextUI/Configuration/Xml/Validator/ValidationResult.php @@ -15,6 +15,8 @@ use LibXMLError; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit * * @psalm-immutable diff --git a/src/TextUI/Configuration/Xml/Validator/Validator.php b/src/TextUI/Configuration/Xml/Validator/Validator.php index b93f961aac9..7f7889e0985 100644 --- a/src/TextUI/Configuration/Xml/Validator/Validator.php +++ b/src/TextUI/Configuration/Xml/Validator/Validator.php @@ -16,6 +16,8 @@ use DOMDocument; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class Validator diff --git a/src/TextUI/Exception/CannotOpenSocketException.php b/src/TextUI/Exception/CannotOpenSocketException.php index 68573830191..519d1378568 100644 --- a/src/TextUI/Exception/CannotOpenSocketException.php +++ b/src/TextUI/Exception/CannotOpenSocketException.php @@ -13,6 +13,8 @@ use RuntimeException; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class CannotOpenSocketException extends RuntimeException implements Exception diff --git a/src/TextUI/Exception/Exception.php b/src/TextUI/Exception/Exception.php index ee2ae4ffa90..6b370ca0760 100644 --- a/src/TextUI/Exception/Exception.php +++ b/src/TextUI/Exception/Exception.php @@ -12,6 +12,8 @@ use Throwable; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This interface is not covered by the backward compatibility promise for PHPUnit */ interface Exception extends Throwable diff --git a/src/TextUI/Exception/ExtensionsNotConfiguredException.php b/src/TextUI/Exception/ExtensionsNotConfiguredException.php index c192e7535a2..40cfe3f0753 100644 --- a/src/TextUI/Exception/ExtensionsNotConfiguredException.php +++ b/src/TextUI/Exception/ExtensionsNotConfiguredException.php @@ -12,6 +12,8 @@ use RuntimeException; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class ExtensionsNotConfiguredException extends RuntimeException implements Exception diff --git a/src/TextUI/Exception/InvalidSocketException.php b/src/TextUI/Exception/InvalidSocketException.php index 6c9e9216695..441afd2a1ed 100644 --- a/src/TextUI/Exception/InvalidSocketException.php +++ b/src/TextUI/Exception/InvalidSocketException.php @@ -13,6 +13,8 @@ use RuntimeException; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class InvalidSocketException extends RuntimeException implements Exception diff --git a/src/TextUI/Exception/ReflectionException.php b/src/TextUI/Exception/ReflectionException.php index 5e041444443..7c5541ba594 100644 --- a/src/TextUI/Exception/ReflectionException.php +++ b/src/TextUI/Exception/ReflectionException.php @@ -12,6 +12,8 @@ use RuntimeException; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class ReflectionException extends RuntimeException implements Exception diff --git a/src/TextUI/Exception/RuntimeException.php b/src/TextUI/Exception/RuntimeException.php index 619023190db..875a0487c8c 100644 --- a/src/TextUI/Exception/RuntimeException.php +++ b/src/TextUI/Exception/RuntimeException.php @@ -10,6 +10,8 @@ namespace PHPUnit\TextUI; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class RuntimeException extends \RuntimeException implements Exception diff --git a/src/TextUI/Exception/TestDirectoryNotFoundException.php b/src/TextUI/Exception/TestDirectoryNotFoundException.php index da15966c6ba..9b35390cdab 100644 --- a/src/TextUI/Exception/TestDirectoryNotFoundException.php +++ b/src/TextUI/Exception/TestDirectoryNotFoundException.php @@ -13,6 +13,8 @@ use RuntimeException; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class TestDirectoryNotFoundException extends RuntimeException implements Exception diff --git a/src/TextUI/Exception/TestFileNotFoundException.php b/src/TextUI/Exception/TestFileNotFoundException.php index 247690d06b8..46c9df80671 100644 --- a/src/TextUI/Exception/TestFileNotFoundException.php +++ b/src/TextUI/Exception/TestFileNotFoundException.php @@ -13,6 +13,8 @@ use RuntimeException; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class TestFileNotFoundException extends RuntimeException implements Exception diff --git a/src/TextUI/Help.php b/src/TextUI/Help.php index aef32ae7bb6..fa4a049f581 100644 --- a/src/TextUI/Help.php +++ b/src/TextUI/Help.php @@ -23,6 +23,8 @@ use SebastianBergmann\Environment\Console; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class Help diff --git a/src/TextUI/Output/Default/ProgressPrinter/ProgressPrinter.php b/src/TextUI/Output/Default/ProgressPrinter/ProgressPrinter.php index 0300147725b..ec8d3b6c3e2 100644 --- a/src/TextUI/Output/Default/ProgressPrinter/ProgressPrinter.php +++ b/src/TextUI/Output/Default/ProgressPrinter/ProgressPrinter.php @@ -33,6 +33,8 @@ use PHPUnit\Util\Color; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class ProgressPrinter diff --git a/src/TextUI/Output/Default/ProgressPrinter/Subscriber/BeforeTestClassMethodErroredSubscriber.php b/src/TextUI/Output/Default/ProgressPrinter/Subscriber/BeforeTestClassMethodErroredSubscriber.php index 742aa95c5ab..85e6315924d 100644 --- a/src/TextUI/Output/Default/ProgressPrinter/Subscriber/BeforeTestClassMethodErroredSubscriber.php +++ b/src/TextUI/Output/Default/ProgressPrinter/Subscriber/BeforeTestClassMethodErroredSubscriber.php @@ -13,6 +13,8 @@ use PHPUnit\Event\Test\BeforeFirstTestMethodErroredSubscriber; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class BeforeTestClassMethodErroredSubscriber extends Subscriber implements BeforeFirstTestMethodErroredSubscriber diff --git a/src/TextUI/Output/Default/ProgressPrinter/Subscriber/Subscriber.php b/src/TextUI/Output/Default/ProgressPrinter/Subscriber/Subscriber.php index 46aa73d2feb..f238ed22da7 100644 --- a/src/TextUI/Output/Default/ProgressPrinter/Subscriber/Subscriber.php +++ b/src/TextUI/Output/Default/ProgressPrinter/Subscriber/Subscriber.php @@ -10,6 +10,8 @@ namespace PHPUnit\TextUI\Output\Default\ProgressPrinter; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ abstract class Subscriber diff --git a/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestConsideredRiskySubscriber.php b/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestConsideredRiskySubscriber.php index a18303bc1ab..f72056de7eb 100644 --- a/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestConsideredRiskySubscriber.php +++ b/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestConsideredRiskySubscriber.php @@ -13,6 +13,8 @@ use PHPUnit\Event\Test\ConsideredRiskySubscriber; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class TestConsideredRiskySubscriber extends Subscriber implements ConsideredRiskySubscriber diff --git a/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestErroredSubscriber.php b/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestErroredSubscriber.php index d9fbacd7296..2c07b789ebe 100644 --- a/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestErroredSubscriber.php +++ b/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestErroredSubscriber.php @@ -13,6 +13,8 @@ use PHPUnit\Event\Test\ErroredSubscriber; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class TestErroredSubscriber extends Subscriber implements ErroredSubscriber diff --git a/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestFailedSubscriber.php b/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestFailedSubscriber.php index 48ed642c4a7..27f330376a6 100644 --- a/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestFailedSubscriber.php +++ b/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestFailedSubscriber.php @@ -13,6 +13,8 @@ use PHPUnit\Event\Test\FailedSubscriber; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class TestFailedSubscriber extends Subscriber implements FailedSubscriber diff --git a/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestFinishedSubscriber.php b/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestFinishedSubscriber.php index 6322c128bad..fa4d95cb6d8 100644 --- a/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestFinishedSubscriber.php +++ b/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestFinishedSubscriber.php @@ -13,6 +13,8 @@ use PHPUnit\Event\Test\FinishedSubscriber; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class TestFinishedSubscriber extends Subscriber implements FinishedSubscriber diff --git a/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestMarkedIncompleteSubscriber.php b/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestMarkedIncompleteSubscriber.php index aa3bdb92041..2be2d1f1f27 100644 --- a/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestMarkedIncompleteSubscriber.php +++ b/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestMarkedIncompleteSubscriber.php @@ -13,6 +13,8 @@ use PHPUnit\Event\Test\MarkedIncompleteSubscriber; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class TestMarkedIncompleteSubscriber extends Subscriber implements MarkedIncompleteSubscriber diff --git a/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestPreparedSubscriber.php b/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestPreparedSubscriber.php index 0924178e76d..2225ea0eedd 100644 --- a/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestPreparedSubscriber.php +++ b/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestPreparedSubscriber.php @@ -13,6 +13,8 @@ use PHPUnit\Event\Test\PreparedSubscriber; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class TestPreparedSubscriber extends Subscriber implements PreparedSubscriber diff --git a/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestRunnerExecutionStartedSubscriber.php b/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestRunnerExecutionStartedSubscriber.php index 6735462c29f..666dcc93c21 100644 --- a/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestRunnerExecutionStartedSubscriber.php +++ b/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestRunnerExecutionStartedSubscriber.php @@ -13,6 +13,8 @@ use PHPUnit\Event\TestRunner\ExecutionStartedSubscriber; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class TestRunnerExecutionStartedSubscriber extends Subscriber implements ExecutionStartedSubscriber diff --git a/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestSkippedSubscriber.php b/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestSkippedSubscriber.php index c7b29fe2d3c..2b05a753b64 100644 --- a/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestSkippedSubscriber.php +++ b/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestSkippedSubscriber.php @@ -13,6 +13,8 @@ use PHPUnit\Event\Test\SkippedSubscriber; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class TestSkippedSubscriber extends Subscriber implements SkippedSubscriber diff --git a/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestTriggeredDeprecationSubscriber.php b/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestTriggeredDeprecationSubscriber.php index f734cf55ddf..d7eb7970240 100644 --- a/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestTriggeredDeprecationSubscriber.php +++ b/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestTriggeredDeprecationSubscriber.php @@ -13,6 +13,8 @@ use PHPUnit\Event\Test\DeprecationTriggeredSubscriber; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class TestTriggeredDeprecationSubscriber extends Subscriber implements DeprecationTriggeredSubscriber diff --git a/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestTriggeredErrorSubscriber.php b/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestTriggeredErrorSubscriber.php index 9c4cb0b0495..049a1e6d435 100644 --- a/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestTriggeredErrorSubscriber.php +++ b/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestTriggeredErrorSubscriber.php @@ -13,6 +13,8 @@ use PHPUnit\Event\Test\ErrorTriggeredSubscriber; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class TestTriggeredErrorSubscriber extends Subscriber implements ErrorTriggeredSubscriber diff --git a/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestTriggeredNoticeSubscriber.php b/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestTriggeredNoticeSubscriber.php index 410fa531c9c..e396c961a02 100644 --- a/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestTriggeredNoticeSubscriber.php +++ b/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestTriggeredNoticeSubscriber.php @@ -13,6 +13,8 @@ use PHPUnit\Event\Test\NoticeTriggeredSubscriber; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class TestTriggeredNoticeSubscriber extends Subscriber implements NoticeTriggeredSubscriber diff --git a/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestTriggeredPhpDeprecationSubscriber.php b/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestTriggeredPhpDeprecationSubscriber.php index 97de0032ad0..65a242081f1 100644 --- a/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestTriggeredPhpDeprecationSubscriber.php +++ b/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestTriggeredPhpDeprecationSubscriber.php @@ -13,6 +13,8 @@ use PHPUnit\Event\Test\PhpDeprecationTriggeredSubscriber; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class TestTriggeredPhpDeprecationSubscriber extends Subscriber implements PhpDeprecationTriggeredSubscriber diff --git a/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestTriggeredPhpNoticeSubscriber.php b/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestTriggeredPhpNoticeSubscriber.php index 861e2b8cb06..f783fbc10be 100644 --- a/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestTriggeredPhpNoticeSubscriber.php +++ b/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestTriggeredPhpNoticeSubscriber.php @@ -13,6 +13,8 @@ use PHPUnit\Event\Test\PhpNoticeTriggeredSubscriber; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class TestTriggeredPhpNoticeSubscriber extends Subscriber implements PhpNoticeTriggeredSubscriber diff --git a/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestTriggeredPhpWarningSubscriber.php b/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestTriggeredPhpWarningSubscriber.php index 87bec210129..18e723bd0e6 100644 --- a/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestTriggeredPhpWarningSubscriber.php +++ b/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestTriggeredPhpWarningSubscriber.php @@ -13,6 +13,8 @@ use PHPUnit\Event\Test\PhpWarningTriggeredSubscriber; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class TestTriggeredPhpWarningSubscriber extends Subscriber implements PhpWarningTriggeredSubscriber diff --git a/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestTriggeredPhpunitDeprecationSubscriber.php b/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestTriggeredPhpunitDeprecationSubscriber.php index 8bceec7aeac..f273f8aade7 100644 --- a/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestTriggeredPhpunitDeprecationSubscriber.php +++ b/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestTriggeredPhpunitDeprecationSubscriber.php @@ -13,6 +13,8 @@ use PHPUnit\Event\Test\PhpunitDeprecationTriggeredSubscriber; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class TestTriggeredPhpunitDeprecationSubscriber extends Subscriber implements PhpunitDeprecationTriggeredSubscriber diff --git a/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestTriggeredPhpunitWarningSubscriber.php b/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestTriggeredPhpunitWarningSubscriber.php index 69a9458512e..12087c4dd7a 100644 --- a/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestTriggeredPhpunitWarningSubscriber.php +++ b/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestTriggeredPhpunitWarningSubscriber.php @@ -13,6 +13,8 @@ use PHPUnit\Event\Test\PhpunitWarningTriggeredSubscriber; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class TestTriggeredPhpunitWarningSubscriber extends Subscriber implements PhpunitWarningTriggeredSubscriber diff --git a/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestTriggeredWarningSubscriber.php b/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestTriggeredWarningSubscriber.php index c80a3f5a501..05188dce1f4 100644 --- a/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestTriggeredWarningSubscriber.php +++ b/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestTriggeredWarningSubscriber.php @@ -13,6 +13,8 @@ use PHPUnit\Event\Test\WarningTriggeredSubscriber; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class TestTriggeredWarningSubscriber extends Subscriber implements WarningTriggeredSubscriber diff --git a/src/TextUI/Output/Default/ResultPrinter.php b/src/TextUI/Output/Default/ResultPrinter.php index ea01b509803..2d7f7bbdf45 100644 --- a/src/TextUI/Output/Default/ResultPrinter.php +++ b/src/TextUI/Output/Default/ResultPrinter.php @@ -43,6 +43,8 @@ use PHPUnit\TextUI\Output\Printer; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class ResultPrinter diff --git a/src/TextUI/Output/Facade.php b/src/TextUI/Output/Facade.php index 07d75c5181b..2884dd1fa3d 100644 --- a/src/TextUI/Output/Facade.php +++ b/src/TextUI/Output/Facade.php @@ -29,6 +29,8 @@ use SebastianBergmann\Timer\ResourceUsageFormatter; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class Facade diff --git a/src/TextUI/Output/Printer/DefaultPrinter.php b/src/TextUI/Output/Printer/DefaultPrinter.php index 2396979b162..38f3b2b52e9 100644 --- a/src/TextUI/Output/Printer/DefaultPrinter.php +++ b/src/TextUI/Output/Printer/DefaultPrinter.php @@ -25,6 +25,8 @@ use PHPUnit\Util\Filesystem; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class DefaultPrinter implements Printer diff --git a/src/TextUI/Output/Printer/NullPrinter.php b/src/TextUI/Output/Printer/NullPrinter.php index e4a50101138..cf27e6b32ef 100644 --- a/src/TextUI/Output/Printer/NullPrinter.php +++ b/src/TextUI/Output/Printer/NullPrinter.php @@ -10,6 +10,8 @@ namespace PHPUnit\TextUI\Output; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class NullPrinter implements Printer diff --git a/src/TextUI/Output/Printer/Printer.php b/src/TextUI/Output/Printer/Printer.php index bc2e8bb5348..c9b0fb97069 100644 --- a/src/TextUI/Output/Printer/Printer.php +++ b/src/TextUI/Output/Printer/Printer.php @@ -10,6 +10,8 @@ namespace PHPUnit\TextUI\Output; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This interface is not covered by the backward compatibility promise for PHPUnit */ interface Printer diff --git a/src/TextUI/Output/SummaryPrinter.php b/src/TextUI/Output/SummaryPrinter.php index 93005f7fdc9..aadf7aa4a87 100644 --- a/src/TextUI/Output/SummaryPrinter.php +++ b/src/TextUI/Output/SummaryPrinter.php @@ -15,6 +15,8 @@ use PHPUnit\Util\Color; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class SummaryPrinter diff --git a/src/TextUI/Output/TestDox/ResultPrinter.php b/src/TextUI/Output/TestDox/ResultPrinter.php index 8959a4f8c41..d61d2911309 100644 --- a/src/TextUI/Output/TestDox/ResultPrinter.php +++ b/src/TextUI/Output/TestDox/ResultPrinter.php @@ -27,6 +27,8 @@ use PHPUnit\Util\Color; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class ResultPrinter diff --git a/src/TextUI/ShellExitCodeCalculator.php b/src/TextUI/ShellExitCodeCalculator.php index 38fe77e7322..47bfeb4788f 100644 --- a/src/TextUI/ShellExitCodeCalculator.php +++ b/src/TextUI/ShellExitCodeCalculator.php @@ -12,6 +12,8 @@ use PHPUnit\TestRunner\TestResult\TestResult; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class ShellExitCodeCalculator diff --git a/src/TextUI/TestRunner.php b/src/TextUI/TestRunner.php index 724e40415b9..2363ca290b9 100644 --- a/src/TextUI/TestRunner.php +++ b/src/TextUI/TestRunner.php @@ -18,6 +18,8 @@ use Throwable; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class TestRunner diff --git a/src/TextUI/TestSuiteFilterProcessor.php b/src/TextUI/TestSuiteFilterProcessor.php index 5d597e95bb1..63ba1b38497 100644 --- a/src/TextUI/TestSuiteFilterProcessor.php +++ b/src/TextUI/TestSuiteFilterProcessor.php @@ -17,6 +17,8 @@ use PHPUnit\TextUI\Configuration\FilterNotConfiguredException; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class TestSuiteFilterProcessor diff --git a/src/Util/Cloner.php b/src/Util/Cloner.php index 16d2beadb77..7e3e5aa0282 100644 --- a/src/Util/Cloner.php +++ b/src/Util/Cloner.php @@ -12,6 +12,8 @@ use Throwable; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class Cloner diff --git a/src/Util/Color.php b/src/Util/Color.php index 0f6bee49235..0e3642cacff 100644 --- a/src/Util/Color.php +++ b/src/Util/Color.php @@ -26,6 +26,8 @@ use function trim; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class Color diff --git a/src/Util/Exception/Exception.php b/src/Util/Exception/Exception.php index a66f00b0a23..58f42db77f3 100644 --- a/src/Util/Exception/Exception.php +++ b/src/Util/Exception/Exception.php @@ -12,6 +12,8 @@ use Throwable; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This interface is not covered by the backward compatibility promise for PHPUnit */ interface Exception extends Throwable diff --git a/src/Util/Exception/InvalidDirectoryException.php b/src/Util/Exception/InvalidDirectoryException.php index bdfa84b5438..623af2ded5f 100644 --- a/src/Util/Exception/InvalidDirectoryException.php +++ b/src/Util/Exception/InvalidDirectoryException.php @@ -13,6 +13,8 @@ use RuntimeException; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class InvalidDirectoryException extends RuntimeException implements Exception diff --git a/src/Util/Exception/InvalidJsonException.php b/src/Util/Exception/InvalidJsonException.php index 3d30ce4b881..224f7115c59 100644 --- a/src/Util/Exception/InvalidJsonException.php +++ b/src/Util/Exception/InvalidJsonException.php @@ -12,6 +12,8 @@ use RuntimeException; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class InvalidJsonException extends RuntimeException implements Exception diff --git a/src/Util/Exception/InvalidVersionOperatorException.php b/src/Util/Exception/InvalidVersionOperatorException.php index 49b50e4be59..bc2fe9a0ed5 100644 --- a/src/Util/Exception/InvalidVersionOperatorException.php +++ b/src/Util/Exception/InvalidVersionOperatorException.php @@ -13,6 +13,8 @@ use RuntimeException; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class InvalidVersionOperatorException extends RuntimeException implements Exception diff --git a/src/Util/Exception/PhpProcessException.php b/src/Util/Exception/PhpProcessException.php index 0a6b6ee7652..05069ef05ec 100644 --- a/src/Util/Exception/PhpProcessException.php +++ b/src/Util/Exception/PhpProcessException.php @@ -13,6 +13,8 @@ use RuntimeException; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class PhpProcessException extends RuntimeException implements Exception diff --git a/src/Util/Exception/XmlException.php b/src/Util/Exception/XmlException.php index f2dc45d3787..127e1ecaffe 100644 --- a/src/Util/Exception/XmlException.php +++ b/src/Util/Exception/XmlException.php @@ -13,6 +13,8 @@ use RuntimeException; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class XmlException extends RuntimeException implements Exception diff --git a/src/Util/Exporter.php b/src/Util/Exporter.php index 49e42c63765..20cf6f4ba1f 100644 --- a/src/Util/Exporter.php +++ b/src/Util/Exporter.php @@ -14,6 +14,8 @@ use SebastianBergmann\RecursionContext\Context; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit * * @deprecated diff --git a/src/Util/Filesystem.php b/src/Util/Filesystem.php index 8967244bd1b..948ee285726 100644 --- a/src/Util/Filesystem.php +++ b/src/Util/Filesystem.php @@ -18,6 +18,8 @@ use function str_starts_with; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class Filesystem diff --git a/src/Util/Filter.php b/src/Util/Filter.php index 2faa3b9154f..424e35af408 100644 --- a/src/Util/Filter.php +++ b/src/Util/Filter.php @@ -21,6 +21,8 @@ use Throwable; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class Filter diff --git a/src/Util/GlobalState.php b/src/Util/GlobalState.php index a364bca641c..0e298392ad6 100644 --- a/src/Util/GlobalState.php +++ b/src/Util/GlobalState.php @@ -32,6 +32,8 @@ use Closure; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class GlobalState diff --git a/src/Util/Json.php b/src/Util/Json.php index cd52c7cd2df..fa61fe72209 100644 --- a/src/Util/Json.php +++ b/src/Util/Json.php @@ -21,6 +21,8 @@ use function ksort; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class Json diff --git a/src/Util/PHP/AbstractPhpProcess.php b/src/Util/PHP/AbstractPhpProcess.php index 1a901099556..178df116700 100644 --- a/src/Util/PHP/AbstractPhpProcess.php +++ b/src/Util/PHP/AbstractPhpProcess.php @@ -38,6 +38,8 @@ use SebastianBergmann\Environment\Runtime; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ abstract class AbstractPhpProcess diff --git a/src/Util/PHP/DefaultPhpProcess.php b/src/Util/PHP/DefaultPhpProcess.php index 963109dee42..e933c24e409 100644 --- a/src/Util/PHP/DefaultPhpProcess.php +++ b/src/Util/PHP/DefaultPhpProcess.php @@ -24,6 +24,8 @@ use PHPUnit\Framework\Exception; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ class DefaultPhpProcess extends AbstractPhpProcess diff --git a/src/Util/Reflection.php b/src/Util/Reflection.php index 421fac47fbf..0aac9259dff 100644 --- a/src/Util/Reflection.php +++ b/src/Util/Reflection.php @@ -19,6 +19,8 @@ use ReflectionMethod; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class Reflection diff --git a/src/Util/Test.php b/src/Util/Test.php index 56333f95c39..51d9076967d 100644 --- a/src/Util/Test.php +++ b/src/Util/Test.php @@ -14,6 +14,8 @@ use ReflectionMethod; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class Test diff --git a/src/Util/ThrowableToStringMapper.php b/src/Util/ThrowableToStringMapper.php index 358b77036bc..a0c1289a492 100644 --- a/src/Util/ThrowableToStringMapper.php +++ b/src/Util/ThrowableToStringMapper.php @@ -17,6 +17,8 @@ use Throwable; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class ThrowableToStringMapper diff --git a/src/Util/Xml/Loader.php b/src/Util/Xml/Loader.php index fdb6352cf99..3a027619e21 100644 --- a/src/Util/Xml/Loader.php +++ b/src/Util/Xml/Loader.php @@ -21,6 +21,8 @@ use DOMDocument; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class Loader diff --git a/src/Util/Xml/Xml.php b/src/Util/Xml/Xml.php index 5e96faa9233..70c5fec7a78 100644 --- a/src/Util/Xml/Xml.php +++ b/src/Util/Xml/Xml.php @@ -17,6 +17,8 @@ use function strlen; /** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class Xml