Missing class import via use statement (line '107', column '20'). Open
return new \Twig_SimpleFilter(
- Read upRead up
- Exclude checks
MissingImport
Since: 2.7.0
Importing all external classes in a file through use statements makes them clearly visible.
Example
function make() {
return new \stdClass();
}
Source http://phpmd.org/rules/cleancode.html#MissingImport
The variable $Environment is not named in camelCase. Open
public static function setupEnvironment()
{
$args = array(
'cache' => WP_CONTENT_DIR . '/twigcache/',
'auto_reload' => TRUE,
- Read upRead up
- Exclude checks
CamelCaseVariableName
Since: 0.2
It is considered best practice to use the camelCase notation to name variables.
Example
class ClassName {
public function doSomething() {
$data_module = new DataModule();
}
}
Source
The variable $Environment is not named in camelCase. Open
public static function setupEnvironment()
{
$args = array(
'cache' => WP_CONTENT_DIR . '/twigcache/',
'auto_reload' => TRUE,
- Read upRead up
- Exclude checks
CamelCaseVariableName
Since: 0.2
It is considered best practice to use the camelCase notation to name variables.
Example
class ClassName {
public function doSomething() {
$data_module = new DataModule();
}
}
Source
The variable $Environment is not named in camelCase. Open
public static function setupEnvironment()
{
$args = array(
'cache' => WP_CONTENT_DIR . '/twigcache/',
'auto_reload' => TRUE,
- Read upRead up
- Exclude checks
CamelCaseVariableName
Since: 0.2
It is considered best practice to use the camelCase notation to name variables.
Example
class ClassName {
public function doSomething() {
$data_module = new DataModule();
}
}
Source
The variable $Environment is not named in camelCase. Open
public static function setupEnvironment()
{
$args = array(
'cache' => WP_CONTENT_DIR . '/twigcache/',
'auto_reload' => TRUE,
- Read upRead up
- Exclude checks
CamelCaseVariableName
Since: 0.2
It is considered best practice to use the camelCase notation to name variables.
Example
class ClassName {
public function doSomething() {
$data_module = new DataModule();
}
}
Source
The variable $Environment is not named in camelCase. Open
public static function setupEnvironment()
{
$args = array(
'cache' => WP_CONTENT_DIR . '/twigcache/',
'auto_reload' => TRUE,
- Read upRead up
- Exclude checks
CamelCaseVariableName
Since: 0.2
It is considered best practice to use the camelCase notation to name variables.
Example
class ClassName {
public function doSomething() {
$data_module = new DataModule();
}
}
Source
The variable $Environment is not named in camelCase. Open
public static function setupEnvironment()
{
$args = array(
'cache' => WP_CONTENT_DIR . '/twigcache/',
'auto_reload' => TRUE,
- Read upRead up
- Exclude checks
CamelCaseVariableName
Since: 0.2
It is considered best practice to use the camelCase notation to name variables.
Example
class ClassName {
public function doSomething() {
$data_module = new DataModule();
}
}
Source
The variable $Environment is not named in camelCase. Open
public static function setupEnvironment()
{
$args = array(
'cache' => WP_CONTENT_DIR . '/twigcache/',
'auto_reload' => TRUE,
- Read upRead up
- Exclude checks
CamelCaseVariableName
Since: 0.2
It is considered best practice to use the camelCase notation to name variables.
Example
class ClassName {
public function doSomething() {
$data_module = new DataModule();
}
}
Source
The variable $Loader is not named in camelCase. Open
public static function setupLoader()
{
$paths = array();
$paths[] = trailingslashit(get_stylesheet_directory());
- Read upRead up
- Exclude checks
CamelCaseVariableName
Since: 0.2
It is considered best practice to use the camelCase notation to name variables.
Example
class ClassName {
public function doSomething() {
$data_module = new DataModule();
}
}
Source
The variable $Loader is not named in camelCase. Open
public static function setupLoader()
{
$paths = array();
$paths[] = trailingslashit(get_stylesheet_directory());
- Read upRead up
- Exclude checks
CamelCaseVariableName
Since: 0.2
It is considered best practice to use the camelCase notation to name variables.
Example
class ClassName {
public function doSomething() {
$data_module = new DataModule();
}
}