unused-public
Find Unused Public Elements in Your Code
File Explorer
Download Latest Version (.zip)- code_analysis.yaml
- downgraded_release.yaml
- rector.yaml
- various_php_install.yaml
- FUNDING.yml
- composer-php-74.json
- rector-downgrade-php-74.php
- extension.neon
- unused_public.jpg
- CallReferencesFlatter.php
- ParentCallReferenceResolver.php
- MethodCallCollectorMapper.php
- AttributeCallableCollector.php
- CallableTypeCollector.php
- MethodCallableCollector.php
- MethodCallCollector.php
- StaticMethodCallableCollector.php
- StaticMethodCallCollector.php
- ClassConstFetchCollector.php
- FormTypeClassCollector.php
- PublicClassLikeConstCollector.php
- PublicClassMethodCollector.php
- PublicPropertyCollector.php
- PublicPropertyFetchCollector.php
- PublicStaticPropertyFetchCollector.php
- BladeRegex.php
- TwigRegex.php
- ReferenceMarker.php
- RuleIdentifier.php
- RuleTips.php
- TemplateFilesFinder.php
- LocalOnlyPublicClassMethodRule.php
- RelativeUnusedPublicClassMethodRule.php
- UnusedPublicClassConstRule.php
- UnusedPublicClassMethodRule.php
- UnusedPublicPropertyRule.php
- TemplateMethodCallsProvider.php
- TemplateRegexFinder.php
- UsedMethodAnalyzer.php
- Arrays.php
- Strings.php
- ClassAndMethodArrayExprs.php
- LocalAndExternalMethodCallReferences.php
- MethodCallReference.php
- ApiDocStmtAnalyzer.php
- ClassMethodCallReferenceResolver.php
- ClassTypeDetector.php
- Configuration.php
- MethodTypeDetector.php
- NodeCollectorExtractor.php
- PublicClassMethodMatcher.php
- EventSubscriber.php
- SubscribingHandlerInterface.php
- Command.php
- Component.php
- Controller.php
- AbstractType.php
- OptionsResolver.php
- AbstractExtension.php
- ExtensionInterface.php
- configured_rule.neon
- CaseInsensitiveMethodName.php
- LocallyUsedEnumMethod.php
- LocallyUsedPublicMethod.php
- SkipInterfaceMethod.php
- SkipPublicCallbackMethod.php
- SomeParentWithInterface.php
- LocalOnlyPublicClassMethodRuleTest.php
- configured_rule.neon
- HalfUsedMethods.php
- SomeUnusedPublicMethod.php
- RelativeUnusedPublicClassMethodRuleTest.php
- configured_rule.neon
- RouteName.php
- LocallyUsedPublicConstant.php
- LocallyUsedPublicConstantByName.php
- PublicConstant.php
- SkipApiClassPublicConstant.php
- SkipApiPublicConstant.php
- SkipInterfaceConstantUsed.php
- SkipUsedConstantInSubclass.php
- SkipUsedPublicConstant.php
- UnusedPublicConstant.php
- UnusedPublicConstantFromInterface.php
- UsedInTestCaseOnly.php
- ConstantUser.php
- ConstantUserFromSubclass.php
- InterfaceConstantUser.php
- TestCaseUser.php
- used_constant_in_route.blade.php
- UnusedPublicClassConstRuleTest.php
- configured_rule.neon
- SkipStaticCallUsedInBlade.php
- SkipTag.php
- SkipUsedInBlade.php
- SkipControllerMethod.php
- SkipNoRoutingControllerMethod.php
- SkipDoctrineEventSubscriber.php
- DeserializeArrayToObjectCaller.php
- SkipDeserializeArrayToObject.php
- SkipFirstClassCallableMethodCall.php
- InterfaceWithExtraMethod.php
- SkipImplementsInterfaceCoveredByContract.php
- SkipInterfaceMethod.php
- SkipCommandHandle.php
- SkipSerializerMethod.php
- SkipEntityGetterSetters.php
- SkipRequiredMethodCall.php
- SkipSymfonyValidatorMethod.php
- SomeFormType.php
- MethodForTests.php
- SkipCalledInTests.php
- SkipTestAnnotationMethod.php
- SkipTestCaseAnnotationMethod.php
- SkipTestCasePublicMethod.php
- SkipTestPublicMethod.php
- CaseInsensitiveClassName.php
- CaseInsensitiveMethodName.php
- EnumMethod.php
- plain-call-custom-function.php
- plain-call-custom-method.php
- plain-call-shutdown-function.php
- plain-call-user-func.php
- plain-static.php
- plain.php
- SkipChildUsedPublicMethod.php
- SkipClassWithAttribute.php
- SkipCrashBug89.php.inc
- SkipJsonSerialize.php
- SkipLocallyUsedPublicMethod.php
- SkipMixedUnionCallerMethod.php
- SkipNativeUnionCallerMethod.php
- SkipNullableUsedPublicMethod.php
- SkipParentInterfaceRequired.php
- SkipParentMethodOverride.php
- SkipPublicApiClassMethod.php
- SkipPublicCallbackMethod.php
- SkipPublicMethodInTwigExtension.php
- SkipTraitMethod.php
- SkipTwigEntityWithMethods.php
- SkipUnionCallerMethod.php
- SkipUsedPublicMethod.php
- StaticPublicMethod.php
- UsedInTestCaseOnly.php
- MethodRequiredInterface.php
- AbstractRepository.php
- ChildRepository.php
- ExistingTwigExtension.php
- TwigExtensionFactory.php
- CallbackMethodCaller.php
- Caller1.php
- Caller2.php
- ClassMethodCaller.php
- NullableClassMethodCaller.php
- ParentClassWithPublicMethod.php
- SomeEnum.php
- SomeTrait.php
- StaticCalls.php
- TestCaseUser.php
- skip_caller_tag.blade.php
- some.blade.php
- used_of_static_call.blade.php
- nested_template_used_method.twig
- inside_condition.twig
- template_used_method.twig
- TemplatePathsTest.php
- UnusedPublicClassMethodRuleTest.php
- configured_rule.neon
- template_paths_rule.neon
- SkipPropertyUsedInBlade.php
- SkipPropertyUsedInTwig.php
- AbstractBaseclass.php
- AnotherClassUsingPublicStaticProperty.php
- ExtendsAbstract.php
- IgnoresPrivateApiProperty.php
- LocallyUsedPromotedProperty.php
- LocallyUsedStaticProperty.php
- LocallyUsedStaticPropertyViaStatic.php
- LocalyUsedPublicProperty.php
- NullableProperty.php
- plain-static-and-nonstatic.php
- plain.php
- PropertyFromInterfaces.php
- PropertyUsedViaSubClass.php
- Provider.php
- SkipInheritedProtectedApiProperty.php
- SkipInheritedPublicApiProperty.php
- SkipLaravelCommandSignatureProperty.php
- SkipLivewireComponent.php
- SkipPrivatePromotedProperty.php
- SkipPrivateProperty.php
- SkipProtectedPromotedProperty.php
- SkipPublicApiPromotedProperty.php
- SkipPublicApiProperty.php
- StaticPropertyUsedViaSubClass.php
- StaticUsedInTestCaseOnly.php
- StaticUsedInUnionA.php
- StaticUsedInUnionB.php
- UsedInTestCaseOnly.php
- UsedInUnionA.php
- UsedInUnionB.php
- BasePrivatePropertyClass.php
- BaseProtectedPropertyClass.php
- BasePublicPropertyClass.php
- InterfaceWithProperty.php
- PublicPropertyClass.php
- PublicStaticPropertyClass.php
- SkipExternallyUsedPublicStaticProperty.php
- StaticUsedInUnion.php
- TestCaseUser.php
- UsedInUnion.php
- UsedInUnionPhpdoc.php
- UsingExternalPromotedProperty.php
- UsingExternalProperty.php
- used_property.blade.php
- used_property.twig
- TemplatePathsTest.php
- UnusedPublicPropertyRuleTest.php
- second.file.twig
- first.file.twig
- TemplateFilesFinderTest.php
- .editorconfig
- .gitignore
- composer-dependency-analyser.php
- composer.json
- ecs.php
- LICENSE
- phpstan.neon
- phpunit.xml
- README.md
- rector.php
// repository documentation
Was this content helpful?
(0 ratings)
