style: Upgrade to use latest PHP CS Fixer config and fix code style i… #42
Annotations
5 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Get Composer Cache Directory
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/
|
Run Mutation tests:
src/Exceptions/InvalidAccessToken.php#L27
Escaped Mutant for Mutator "MethodCallRemoval":
--- Original
+++ New
@@ @@
{
public function __construct()
{
- parent::__construct('Invalid access token');
+
}
}
|
Run Mutation tests:
src/Exceptions/QuotaExceeded.php#L31
Escaped Mutant for Mutator "MethodCallRemoval":
--- Original
+++ New
@@ @@
{
public function __construct()
{
- parent::__construct('Request Quota has been exceeded');
+
}
}
|
Run Mutation tests:
src/Exceptions/UnknownStation.php#L27
Escaped Mutant for Mutator "MethodCallRemoval":
--- Original
+++ New
@@ @@
{
public function __construct()
{
- parent::__construct('Unknown monitoring station or city');
+
}
}
|
The logs for this run have expired and are no longer available.
Loading