- Issue created by @ptmkenny
- Status changed to Closed: duplicate
11 months ago 12:05pm 27 May 2024 - πΊπΈUnited States DamienMcKenna NH, USA
This is a duplicate of π Coding standards fixes Active .
- last update
11 months ago 4 pass, 2 fail
GitLab CI reports two phpstan issues:
------ ---------------------------------------------------------------------
Line src/JsonViews.php
------ ---------------------------------------------------------------------
22 Call to deprecated function module_load_include():
in drupal:9.4.0 and is removed from drupal:11.0.0.
Use \Drupal::moduleHandler()->loadInclude($module, $type, $name =
NULL).
Note that including code from uninstalled extensions is no longer
supported.
------ ---------------------------------------------------------------------
------ --------------------------------------------------------------------
Line tests/src/Kernel/JsonItemTest.php
------ --------------------------------------------------------------------
380 Method Drupal\Tests\json_field\Kernel\JsonItemTest::fieldSizeMap()
should return string but return statement is missing.
------ --------------------------------------------------------------------
Let's fix these.
Closed: duplicate
1.0
Code
This is a duplicate of π Coding standards fixes Active .