100% Psalm type coverage and 99% Infection MSI #49
Annotations
27 warnings
test (7.1, ubuntu-latest, false)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test (7.1, ubuntu-latest, false)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
test (7.4, ubuntu-latest, false)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test (7.4, ubuntu-latest, false)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
test (7.2, ubuntu-latest, false)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test (7.2, ubuntu-latest, false)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
test (7.3, ubuntu-latest, false)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test (7.3, ubuntu-latest, false)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
test (8.1, ubuntu-latest, false)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test (8.1, ubuntu-latest, false)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
test (8.1, ubuntu-latest, false):
src/Doctrine/PlatenumDoctrineType.php#L30
Escaped Mutant for Mutator "CastInt":
--- Original
+++ New
@@ @@
{
/** @psalm-suppress MissingClosureParamType */
$toInteger = function ($value) : int {
- return (int) $value;
+ return $value;
};
$sql = function (array $declaration, AbstractPlatform $platform) : string {
return $platform->getIntegerTypeDeclarationSQL([]);
|
test (8.1, ubuntu-latest, false):
src/Doctrine/PlatenumDoctrineType.php#L50
Escaped Mutant for Mutator "Ternary":
--- Original
+++ New
@@ @@
return (string) $value;
};
$sql = function (array $declaration, AbstractPlatform $platform) : string {
- return method_exists($platform, 'getStringTypeDeclarationSQL') ? $platform->getStringTypeDeclarationSQL([]) : $platform->getVarcharTypeDeclarationSQL([]);
+ return method_exists($platform, 'getStringTypeDeclarationSQL') ? $platform->getVarcharTypeDeclarationSQL([]) : $platform->getStringTypeDeclarationSQL([]);
};
self::registerCallback($alias, $class, $toString, $sql);
}
|
test (nightly, ubuntu-latest, true)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test (nightly, ubuntu-latest, true)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
test (nightly, ubuntu-latest, true):
src/Doctrine/PlatenumDoctrineType.php#L30
Escaped Mutant for Mutator "CastInt":
--- Original
+++ New
@@ @@
{
/** @psalm-suppress MissingClosureParamType */
$toInteger = function ($value) : int {
- return (int) $value;
+ return $value;
};
$sql = function (array $declaration, AbstractPlatform $platform) : string {
return $platform->getIntegerTypeDeclarationSQL([]);
|
test (nightly, ubuntu-latest, true):
src/Doctrine/PlatenumDoctrineType.php#L50
Escaped Mutant for Mutator "Ternary":
--- Original
+++ New
@@ @@
return (string) $value;
};
$sql = function (array $declaration, AbstractPlatform $platform) : string {
- return method_exists($platform, 'getStringTypeDeclarationSQL') ? $platform->getStringTypeDeclarationSQL([]) : $platform->getVarcharTypeDeclarationSQL([]);
+ return method_exists($platform, 'getStringTypeDeclarationSQL') ? $platform->getVarcharTypeDeclarationSQL([]) : $platform->getStringTypeDeclarationSQL([]);
};
self::registerCallback($alias, $class, $toString, $sql);
}
|
test (8.2, ubuntu-latest, false)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test (8.2, ubuntu-latest, false)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
test (8.2, ubuntu-latest, false):
src/Doctrine/PlatenumDoctrineType.php#L30
Escaped Mutant for Mutator "CastInt":
--- Original
+++ New
@@ @@
{
/** @psalm-suppress MissingClosureParamType */
$toInteger = function ($value) : int {
- return (int) $value;
+ return $value;
};
$sql = function (array $declaration, AbstractPlatform $platform) : string {
return $platform->getIntegerTypeDeclarationSQL([]);
|
test (8.2, ubuntu-latest, false):
src/Doctrine/PlatenumDoctrineType.php#L50
Escaped Mutant for Mutator "Ternary":
--- Original
+++ New
@@ @@
return (string) $value;
};
$sql = function (array $declaration, AbstractPlatform $platform) : string {
- return method_exists($platform, 'getStringTypeDeclarationSQL') ? $platform->getStringTypeDeclarationSQL([]) : $platform->getVarcharTypeDeclarationSQL([]);
+ return method_exists($platform, 'getStringTypeDeclarationSQL') ? $platform->getVarcharTypeDeclarationSQL([]) : $platform->getStringTypeDeclarationSQL([]);
};
self::registerCallback($alias, $class, $toString, $sql);
}
|
test (8.3, ubuntu-latest, false)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test (8.3, ubuntu-latest, false)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
test (8.3, ubuntu-latest, false):
src/Doctrine/PlatenumDoctrineType.php#L30
Escaped Mutant for Mutator "CastInt":
--- Original
+++ New
@@ @@
{
/** @psalm-suppress MissingClosureParamType */
$toInteger = function ($value) : int {
- return (int) $value;
+ return $value;
};
$sql = function (array $declaration, AbstractPlatform $platform) : string {
return $platform->getIntegerTypeDeclarationSQL([]);
|
test (8.3, ubuntu-latest, false):
src/Doctrine/PlatenumDoctrineType.php#L50
Escaped Mutant for Mutator "Ternary":
--- Original
+++ New
@@ @@
return (string) $value;
};
$sql = function (array $declaration, AbstractPlatform $platform) : string {
- return method_exists($platform, 'getStringTypeDeclarationSQL') ? $platform->getStringTypeDeclarationSQL([]) : $platform->getVarcharTypeDeclarationSQL([]);
+ return method_exists($platform, 'getStringTypeDeclarationSQL') ? $platform->getVarcharTypeDeclarationSQL([]) : $platform->getStringTypeDeclarationSQL([]);
};
self::registerCallback($alias, $class, $toString, $sql);
}
|
test (8.0, ubuntu-latest, false)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test (8.0, ubuntu-latest, false)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
test (8.0, ubuntu-latest, false):
src/Doctrine/PlatenumDoctrineType.php#L50
Escaped Mutant for Mutator "Ternary":
--- Original
+++ New
@@ @@
return (string) $value;
};
$sql = function (array $declaration, AbstractPlatform $platform) : string {
- return method_exists($platform, 'getStringTypeDeclarationSQL') ? $platform->getStringTypeDeclarationSQL([]) : $platform->getVarcharTypeDeclarationSQL([]);
+ return method_exists($platform, 'getStringTypeDeclarationSQL') ? $platform->getVarcharTypeDeclarationSQL([]) : $platform->getStringTypeDeclarationSQL([]);
};
self::registerCallback($alias, $class, $toString, $sql);
}
|