- Issue created by @ptmkenny
- last update
12 months ago 95 pass, 4 fail
Use of strict types can make it easier to catch certain bugs.
However, strict types currently can't simply be enabled because of warnings like this in JsonUtility.php:
Expected parameter of type 'string', 'Drupal\Core\StringTranslation\TranslatableMarkup' provided
Gradually add more types to functions and clean up the code; then enable strict types.
Postponed
1.0
Code