docs: update copyright year #50
Annotations
10 warnings
CI (ubuntu-latest, 8.2)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
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#L27
Escaped Mutant for Mutator "MethodCallRemoval":
--- Original
+++ New
@@ @@
{
public function __construct()
{
- parent::__construct('Invalid access token');
+
}
}
|
CI (ubuntu-latest, 8.2):
src/Exceptions/QuotaExceeded.php#L31
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#L27
Escaped Mutant for Mutator "MethodCallRemoval":
--- Original
+++ New
@@ @@
{
public function __construct()
{
- parent::__construct('Unknown monitoring station or city');
+
}
}
|
CI (ubuntu-latest, 8.3)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
CI (ubuntu-latest, 8.3):
src/Exceptions/InvalidAccessToken.php#L27
Escaped Mutant for Mutator "MethodCallRemoval":
--- Original
+++ New
@@ @@
{
public function __construct()
{
- parent::__construct('Invalid access token');
+
}
}
|
CI (ubuntu-latest, 8.3):
src/Exceptions/QuotaExceeded.php#L31
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#L27
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/
|