Showing 288 of 288 total issues
Line indented incorrectly; expected at least 8 spaces, found 4 Open
Open
protected function processStackTrace(): void
- Create a ticketCreate a ticket
- Exclude checks
Line indented incorrectly; expected at least 8 spaces, found 4 Open
Open
}
- Create a ticketCreate a ticket
- Exclude checks
Line indented incorrectly; expected at least 8 spaces, found 4 Open
Open
protected function processStackTraceInternal(): void
- Create a ticketCreate a ticket
- Exclude checks
Line indented incorrectly; expected at least 8 spaces, found 4 Open
Open
protected function processPreviousException(): void
- Create a ticketCreate a ticket
- Exclude checks
Line indented incorrectly; expected at least 8 spaces, found 4 Open
Open
}
- Create a ticketCreate a ticket
- Exclude checks
Line indented incorrectly; expected at least 8 spaces, found 4 Open
Open
{
- Create a ticketCreate a ticket
- Exclude checks
Line indented incorrectly; expected at least 8 spaces, found 4 Open
Open
{
- Create a ticketCreate a ticket
- Exclude checks
Line indented incorrectly; expected at least 8 spaces, found 4 Open
Open
protected function processParams(): void
- Create a ticketCreate a ticket
- Exclude checks
Line indented incorrectly; expected at least 8 spaces, found 4 Open
Open
{
- Create a ticketCreate a ticket
- Exclude checks
Line indented incorrectly; expected at least 8 spaces, found 4 Open
Open
#[\Override]
- Create a ticketCreate a ticket
- Exclude checks
Space before opening parenthesis of function call prohibited Open
Open
$coverageId = self::isPhpunit9x() ? \Closure::bind(static fn () => $coverage->currentId, null, CodeCoverageRaw::class)() : (\Closure::bind(static fn () => $coverage->collecting, null, CodeCoverage::class)() ? $this : null);
- Create a ticketCreate a ticket
- Exclude checks
Line indented incorrectly; expected at least 8 spaces, found 4 Open
Open
}
- Create a ticketCreate a ticket
- Exclude checks
Line indented incorrectly; expected at least 8 spaces, found 4 Open
Open
#[\Override]
- Create a ticketCreate a ticket
- Exclude checks
Line indented incorrectly; expected at least 8 spaces, found 0 Open
Open
}
- Create a ticketCreate a ticket
- Exclude checks
Line indented incorrectly; expected at least 8 spaces, found 4 Open
Open
}
- Create a ticketCreate a ticket
- Exclude checks
The variable $_instances is not named in camelCase. Open
Open
private function _rebindHookFxToFakeInstance(\Closure $fx): \Closure
{
$fxThis = (new \ReflectionFunction($fx))->getClosureThis();
$instanceWithoutConstructorCache = new class {
- Read upRead up
- Create a ticketCreate a ticket
- 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 $_hasTraitCache is not named in camelCase. Open
Open
public static function hasTrait($class, string $traitName): bool
{
if (is_object($class)) {
$class = get_class($class);
}
- Read upRead up
- Create a ticketCreate a ticket
- 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 $_hasTraitCache is not named in camelCase. Open
Open
public static function hasTrait($class, string $traitName): bool
{
if (is_object($class)) {
$class = get_class($class);
}
- Read upRead up
- Create a ticketCreate a ticket
- 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 $_hasTraitCache is not named in camelCase. Open
Open
public static function hasTrait($class, string $traitName): bool
{
if (is_object($class)) {
$class = get_class($class);
}
- Read upRead up
- Create a ticketCreate a ticket
- 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 $_hasTraitCache is not named in camelCase. Open
Open
public static function hasTrait($class, string $traitName): bool
{
if (is_object($class)) {
$class = get_class($class);
}
- Read upRead up
- Create a ticketCreate a ticket
- 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();
}
}