Showing 16,700 of 16,700 total issues
Expected 1 space after FOREACH keyword; 0 found Open
- Exclude checks
Newline required after opening brace Open
- Exclude checks
Closing brace must be on a line by itself Open
- Exclude checks
Closing brace must be on a line by itself Open
- Exclude checks
Expected 1 space after FOREACH keyword; 0 found Open
- Exclude checks
Expected 1 space after closing parenthesis; found 0 Open
- Exclude checks
Newline required after opening brace Open
- Exclude checks
Closing brace must be on a line by itself Open
- Exclude checks
Expected 0 spaces after opening bracket; newline found Open
if (
- Exclude checks
Closing brace must be on a line by itself Open
default: return; break;
- Exclude checks
The method multi_query is not named in camelCase. Open
- Read upRead up
- Exclude checks
CamelCaseMethodName
Since: 0.2
It is considered best practice to use the camelCase notation to name methods.
Example
class ClassName {
public function get_name() {
}
}
Source
The method store_result is not named in camelCase. Open
- Read upRead up
- Exclude checks
CamelCaseMethodName
Since: 0.2
It is considered best practice to use the camelCase notation to name methods.
Example
class ClassName {
public function get_name() {
}
}
Source
The method fetch_row is not named in camelCase. Open
- Read upRead up
- Exclude checks
CamelCaseMethodName
Since: 0.2
It is considered best practice to use the camelCase notation to name methods.
Example
class ClassName {
public function get_name() {
}
}
Source
The method next_result is not named in camelCase. Open
- Read upRead up
- Exclude checks
CamelCaseMethodName
Since: 0.2
It is considered best practice to use the camelCase notation to name methods.
Example
class ClassName {
public function get_name() {
}
}
Source
The method fetch_field is not named in camelCase. Open
- Read upRead up
- Exclude checks
CamelCaseMethodName
Since: 0.2
It is considered best practice to use the camelCase notation to name methods.
Example
class ClassName {
public function get_name() {
}
}
Source
The method fetch_row is not named in camelCase. Open
- Read upRead up
- Exclude checks
CamelCaseMethodName
Since: 0.2
It is considered best practice to use the camelCase notation to name methods.
Example
class ClassName {
public function get_name() {
}
}
Source
The method _error is not named in camelCase. Open
- Read upRead up
- Exclude checks
CamelCaseMethodName
Since: 0.2
It is considered best practice to use the camelCase notation to name methods.
Example
class ClassName {
public function get_name() {
}
}
Source
The method select_db is not named in camelCase. Open
- Read upRead up
- Exclude checks
CamelCaseMethodName
Since: 0.2
It is considered best practice to use the camelCase notation to name methods.
Example
class ClassName {
public function get_name() {
}
}
Source
The method store_result is not named in camelCase. Open
- Read upRead up
- Exclude checks
CamelCaseMethodName
Since: 0.2
It is considered best practice to use the camelCase notation to name methods.
Example
class ClassName {
public function get_name() {
}
}
Source
The method _convert is not named in camelCase. Open
- Read upRead up
- Exclude checks
CamelCaseMethodName
Since: 0.2
It is considered best practice to use the camelCase notation to name methods.
Example
class ClassName {
public function get_name() {
}
}