fix #1379
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
10 warnings
mutation / PHP 8.1-ubuntu-latest:
src/Exception/StaticObjectPropertyException.php#L11
Escaped Mutant for Mutator "Concat":
--- Original
+++ New
@@ @@
{
public function __construct(string $property)
{
- parent::__construct('Object property is static: "' . $property . '".');
+ parent::__construct($property . 'Object property is static: "' . '".');
}
}
|
mutation / PHP 8.1-ubuntu-latest:
src/Exception/StaticObjectPropertyException.php#L11
Escaped Mutant for Mutator "ConcatOperandRemoval":
--- Original
+++ New
@@ @@
{
public function __construct(string $property)
{
- parent::__construct('Object property is static: "' . $property . '".');
+ parent::__construct($property . '".');
}
}
|
mutation / PHP 8.1-ubuntu-latest:
src/Exception/StaticObjectPropertyException.php#L11
Escaped Mutant for Mutator "ConcatOperandRemoval":
--- Original
+++ New
@@ @@
{
public function __construct(string $property)
{
- parent::__construct('Object property is static: "' . $property . '".');
+ parent::__construct('Object property is static: "' . '".');
}
}
|
mutation / PHP 8.1-ubuntu-latest:
src/Exception/StaticObjectPropertyException.php#L11
Escaped Mutant for Mutator "Concat":
--- Original
+++ New
@@ @@
{
public function __construct(string $property)
{
- parent::__construct('Object property is static: "' . $property . '".');
+ parent::__construct('Object property is static: "' . '".' . $property);
}
}
|
mutation / PHP 8.1-ubuntu-latest:
src/Exception/StaticObjectPropertyException.php#L11
Escaped Mutant for Mutator "ConcatOperandRemoval":
--- Original
+++ New
@@ @@
{
public function __construct(string $property)
{
- parent::__construct('Object property is static: "' . $property . '".');
+ parent::__construct('Object property is static: "' . $property);
}
}
|
mutation / PHP 8.1-ubuntu-latest:
src/Exception/StaticObjectPropertyException.php#L11
Escaped Mutant for Mutator "MethodCallRemoval":
--- Original
+++ New
@@ @@
{
public function __construct(string $property)
{
- parent::__construct('Object property is static: "' . $property . '".');
+
}
}
|
mutation / PHP 8.1-ubuntu-latest:
src/Exception/UndefinedArrayElementException.php#L11
Escaped Mutant for Mutator "Concat":
--- Original
+++ New
@@ @@
{
public function __construct(string $property)
{
- parent::__construct('Undefined array element: "' . $property . '".');
+ parent::__construct($property . 'Undefined array element: "' . '".');
}
}
|
mutation / PHP 8.1-ubuntu-latest:
src/Exception/UndefinedArrayElementException.php#L11
Escaped Mutant for Mutator "ConcatOperandRemoval":
--- Original
+++ New
@@ @@
{
public function __construct(string $property)
{
- parent::__construct('Undefined array element: "' . $property . '".');
+ parent::__construct($property . '".');
}
}
|
mutation / PHP 8.1-ubuntu-latest:
src/Exception/UndefinedArrayElementException.php#L11
Escaped Mutant for Mutator "ConcatOperandRemoval":
--- Original
+++ New
@@ @@
{
public function __construct(string $property)
{
- parent::__construct('Undefined array element: "' . $property . '".');
+ parent::__construct('Undefined array element: "' . '".');
}
}
|
mutation / PHP 8.1-ubuntu-latest:
src/Exception/UndefinedArrayElementException.php#L11
Escaped Mutant for Mutator "Concat":
--- Original
+++ New
@@ @@
{
public function __construct(string $property)
{
- parent::__construct('Undefined array element: "' . $property . '".');
+ parent::__construct('Undefined array element: "' . '".' . $property);
}
}
|