- Issue created by @tim-diels
When running the upgrade status it reports the next erros:
CONTRIBUTED PROJECTS
--------------------------------------------------------------------------------
BigInt
Scanned on Fri, 11/08/2024 - 18:46.
5 warnings found.
web/modules/contrib/bigint/src/Plugin/Field/FieldType/BigIntItem.php:
+----------------+------+------------------------------------------------------------------------------------------------------------------+
| status | line | message |
+----------------+------+------------------------------------------------------------------------------------------------------------------+
| Check
manually | 42 | Implicit array creation is not allowed - variable
$properties does not exist.
|
| Check
manually | 56 | Only booleans are allowed in an if condition, mixed given.
|
| Check
manually | 93 | Short ternary operator is not allowed. Use null coalesce
operator if applicable or consider using long ternary.
|
| Check
manually | 94 | Short ternary operator is not allowed. Use null coalesce
operator if applicable or consider using long ternary.
|
| Check
manually | 95 | Implicit array creation is not allowed - variable $values
does not exist.
|
+----------------+------+------------------------------------------------------------------------------------------------------------------+
Install Drupal 10.3.x
Install upgrade_status
Scan module
Fix problems
Fix problems
-
-
-
Active
2.0
Code