netglue/prismic-php-kit

View on GitHub
src/Prismic/Document/Fragment/Link/ImageLink.php

Summary

Maintainability
A
0 mins
Test Coverage
A
100%

Reference to undeclared property \Prismic\Document\Fragment\LinkInterface->height
Open

        $link->height = isset($value->height) ? (int) $value->height : null;

Reference to undeclared property \Prismic\Document\Fragment\LinkInterface->width
Open

        $link->width  = isset($value->width) ? (int) $value->width : null;

There are no issues that match your filters.

Category
Status