felixarntz/wp-site-identity

View on GitHub
src/exceptions/class-wp-site-identity-admin-page-not-found-exception.php

Summary

Maintainability
A
0 mins
Test Coverage

Avoid excessively long class names like WP_Site_Identity_Admin_Page_Not_Found_Exception. Keep class name length under 40.
Open

class WP_Site_Identity_Admin_Page_Not_Found_Exception extends Exception {

}

LongClassName

Since: 2.9

Detects when classes or interfaces are declared with excessively long names.

Example

class ATooLongClassNameThatHintsAtADesignProblem {

}

interface ATooLongInterfaceNameThatHintsAtADesignProblem {

}

Source https://phpmd.org/rules/naming.html#longclassname

There are no issues that match your filters.

Category
Status