test response attribute #85
Annotations
12 warnings
PHP 8.3 test on ubuntu-24.04:
src/ControllerName.php#L24
Escaped Mutant for Mutator "PublicVisibility":
@@ @@
final class ControllerName implements ControllerNameInterface
{
use ActionNameTrait;
- public static function symbol(): string
+ protected static function symbol(): string
{
return 'HTTP Controller';
}
|
PHP 8.3 test on ubuntu-24.04:
src/ControllerName.php#L29
Escaped Mutant for Mutator "PublicVisibility":
@@ @@
{
return 'HTTP Controller';
}
- public static function interface(): string
+ protected static function interface(): string
{
return ControllerInterface::class;
}
}
|
PHP 8.3 test on ubuntu-24.04:
src/MiddlewareName.php#L57
Escaped Mutant for Mutator "PublicVisibility":
@@ @@
{
return $this->arguments;
}
- public static function interface(): string
+ protected static function interface(): string
{
return MiddlewareInterface::class;
}
}
|
PHP 8.2 test on ubuntu-24.04:
src/ControllerName.php#L24
Escaped Mutant for Mutator "PublicVisibility":
@@ @@
final class ControllerName implements ControllerNameInterface
{
use ActionNameTrait;
- public static function symbol(): string
+ protected static function symbol(): string
{
return 'HTTP Controller';
}
|
PHP 8.2 test on ubuntu-24.04:
src/ControllerName.php#L29
Escaped Mutant for Mutator "PublicVisibility":
@@ @@
{
return 'HTTP Controller';
}
- public static function interface(): string
+ protected static function interface(): string
{
return ControllerInterface::class;
}
}
|
PHP 8.2 test on ubuntu-24.04:
src/MiddlewareName.php#L57
Escaped Mutant for Mutator "PublicVisibility":
@@ @@
{
return $this->arguments;
}
- public static function interface(): string
+ protected static function interface(): string
{
return MiddlewareInterface::class;
}
}
|
PHP 8.4 test on ubuntu-24.04:
src/ControllerName.php#L24
Escaped Mutant for Mutator "PublicVisibility":
@@ @@
final class ControllerName implements ControllerNameInterface
{
use ActionNameTrait;
- public static function symbol(): string
+ protected static function symbol(): string
{
return 'HTTP Controller';
}
|
PHP 8.4 test on ubuntu-24.04:
src/ControllerName.php#L29
Escaped Mutant for Mutator "PublicVisibility":
@@ @@
{
return 'HTTP Controller';
}
- public static function interface(): string
+ protected static function interface(): string
{
return ControllerInterface::class;
}
}
|
PHP 8.4 test on ubuntu-24.04:
src/MiddlewareName.php#L57
Escaped Mutant for Mutator "PublicVisibility":
@@ @@
{
return $this->arguments;
}
- public static function interface(): string
+ protected static function interface(): string
{
return MiddlewareInterface::class;
}
}
|
PHP 8.1 test on ubuntu-24.04:
src/ControllerName.php#L24
Escaped Mutant for Mutator "PublicVisibility":
@@ @@
final class ControllerName implements ControllerNameInterface
{
use ActionNameTrait;
- public static function symbol(): string
+ protected static function symbol(): string
{
return 'HTTP Controller';
}
|
PHP 8.1 test on ubuntu-24.04:
src/ControllerName.php#L29
Escaped Mutant for Mutator "PublicVisibility":
@@ @@
{
return 'HTTP Controller';
}
- public static function interface(): string
+ protected static function interface(): string
{
return ControllerInterface::class;
}
}
|
PHP 8.1 test on ubuntu-24.04:
src/MiddlewareName.php#L57
Escaped Mutant for Mutator "PublicVisibility":
@@ @@
{
return $this->arguments;
}
- public static function interface(): string
+ protected static function interface(): string
{
return MiddlewareInterface::class;
}
}
|