diff --git a/src/Standards/PSR12/Tests/Namespaces/CompoundNamespaceDepthUnitTest.inc b/src/Standards/PSR12/Tests/Namespaces/CompoundNamespaceDepthUnitTest.inc index 3336fc2dc4..454f7fc252 100644 --- a/src/Standards/PSR12/Tests/Namespaces/CompoundNamespaceDepthUnitTest.inc +++ b/src/Standards/PSR12/Tests/Namespaces/CompoundNamespaceDepthUnitTest.inc @@ -29,3 +29,6 @@ use Vendor\Package\SomeNamespace\{ SubnamespaceOne\ClassB, ClassZ, }; + +// Reset the property to its default value. +// phpcs:set PSR12.Namespaces.CompoundNamespaceDepth maxDepth 2