Skip to content

Commit 92ca30d

Browse files
authored
Merge pull request #931 from PHPCSStandards/feature/psr12-compoundnamespacedepth-test-tweak
PSR12/CompoundNamespaceDepth: test tweak
2 parents fabb039 + a16cf9e commit 92ca30d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Standards/PSR12/Tests/Namespaces/CompoundNamespaceDepthUnitTest.inc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,6 @@ use Vendor\Package\SomeNamespace\{
2929
SubnamespaceOne\ClassB,
3030
ClassZ,
3131
};
32+
33+
// Reset the property to its default value.
34+
// phpcs:set PSR12.Namespaces.CompoundNamespaceDepth maxDepth 2

0 commit comments

Comments
 (0)