Ignore phpactor config file and reorder list #31
Annotations
8 warnings
CI (ubuntu-latest, 8.3):
src/Exceptions/InvalidAccessToken.php#L25
Escaped Mutant for Mutator "MethodCallRemoval":
--- Original
+++ New
@@ @@
{
public function __construct()
{
- parent::__construct('Invalid access token');
+
}
}
|
CI (ubuntu-latest, 8.3):
src/Exceptions/QuotaExceeded.php#L29
Escaped Mutant for Mutator "MethodCallRemoval":
--- Original
+++ New
@@ @@
{
public function __construct()
{
- parent::__construct('Request Quota has been exceeded');
+
}
}
|
CI (ubuntu-latest, 8.3):
src/Exceptions/UnknownStation.php#L25
Escaped Mutant for Mutator "MethodCallRemoval":
--- Original
+++ New
@@ @@
{
public function __construct()
{
- parent::__construct('Unknown monitoring station or city');
+
}
}
|
CI (ubuntu-latest, 8.3)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
CI (ubuntu-latest, 8.2)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
CI (ubuntu-latest, 8.2):
src/Exceptions/InvalidAccessToken.php#L25
Escaped Mutant for Mutator "MethodCallRemoval":
--- Original
+++ New
@@ @@
{
public function __construct()
{
- parent::__construct('Invalid access token');
+
}
}
|
CI (ubuntu-latest, 8.2):
src/Exceptions/QuotaExceeded.php#L29
Escaped Mutant for Mutator "MethodCallRemoval":
--- Original
+++ New
@@ @@
{
public function __construct()
{
- parent::__construct('Request Quota has been exceeded');
+
}
}
|
CI (ubuntu-latest, 8.2):
src/Exceptions/UnknownStation.php#L25
Escaped Mutant for Mutator "MethodCallRemoval":
--- Original
+++ New
@@ @@
{
public function __construct()
{
- parent::__construct('Unknown monitoring station or city');
+
}
}
|