SU-SWS/react_paragraphs

View on GitHub
src/Plugin/Field/FieldWidget/ReactParagraphs.php

Summary

Maintainability
A
0 mins
Test Coverage
A
98%

Suspicious array access to ?mixed
Invalid

      $entity = $row instanceof ParagraphsRowInterface ? $row : $row['entity'];

TODO found
Wontfix

    // TODO: Handle validation.

Suspicious array access to ?mixed|null
Invalid

      $entity = $row instanceof ParagraphsRowInterface ? $row : $row['entity'];

There are no issues that match your filters.

Category
Status