From 6ffb3c12cdbb8970ae1314278cb86e165970b1ed Mon Sep 17 00:00:00 2001 From: mscherer Date: Sat, 11 Apr 2026 12:21:27 +0200 Subject: [PATCH] Disallow partial uses in ReferenceUsedNamesOnly Partial namespace references like Mockery\MockInterface were not being flagged because Slevomat's allowPartialUses defaults to true. Set it to false so such references must be imported via a use statement. --- PhpCollective/ruleset.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/PhpCollective/ruleset.xml b/PhpCollective/ruleset.xml index 081c179..f8c73d6 100644 --- a/PhpCollective/ruleset.xml +++ b/PhpCollective/ruleset.xml @@ -28,6 +28,7 @@ +