client/includes/Hooks/ExtensionLoadHandler.php
Method getApiFormatReferenceSpec
has 26 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function getApiFormatReferenceSpec( array $clientSettings ): ?array {
// This API module is (for now) only enabled conditionally
if ( !( $clientSettings['dataBridgeEnabled'] ?? false ) ) {
return null;
}