log-oscon/wpstatuscake

View on GitHub
lib/Plugin.php

Summary

Maintainability
A
0 mins
Test Coverage

Class file names should be based on the class name with "class-" prepended. Expected class-plugin.php, but found Plugin.php.
Open

<?php
Severity: Minor
Found in lib/Plugin.php by phpcodesniffer

Filenames should be all lowercase with hyphens as word separators. Expected plugin.php, but found Plugin.php.
Open

<?php
Severity: Minor
Found in lib/Plugin.php by phpcodesniffer

Expected 1 space after comma in function call; 2 found
Open

        \add_filter( 'script_loader_tag',  array( $frontend, 'add_async_attribute' ), 10, 2 );
Severity: Minor
Found in lib/Plugin.php by phpcodesniffer

There are no issues that match your filters.

Category
Status