Skip to content

Files

Latest commit

 

History

History
15 lines (8 loc) · 432 Bytes

WooCommerce.Functions.InternalInjectionMethod.md

File metadata and controls

15 lines (8 loc) · 432 Bytes

Pattern: Malformed internal injection method

Issue: -

Description

Eevaluates whether or not a dependency injection method meets our criteria:

Must be final and public
Must have an `@internal` annotation

Further Reading