Completed
Push — ezp-30882-thumbnail ( d9f236...3bd997 )
by
unknown
30:29 queued 14:17
created
Core/Repository/Strategy/ContentThumbnail/FirstMatchingFieldStrategy.php 2 patches
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -50,6 +50,9 @@
 block discarded – undo
50 50
         return null;
51 51
     }
52 52
 
53
+    /**
54
+     * @return Field
55
+     */
53 56
     private function getFieldByIdentifier(string $identifier, array $fields): ?Field
54 57
     {
55 58
         /** @var \eZ\Publish\API\Repository\Values\Content\Field $field */
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,6 @@
 block discarded – undo
9 9
 use eZ\Publish\API\Repository\Values\ContentType\ContentType;
10 10
 use eZ\Publish\SPI\Repository\Strategy\ContentThumbnail\Field\ThumbnailStrategy as ContentFieldThumbnailStrategy;
11 11
 use eZ\Publish\SPI\Repository\Strategy\ContentThumbnail\ThumbnailStrategy;
12
-use eZ\Publish\SPI\Variation\Values\ImageVariation;
13 12
 
14 13
 class FirstMatchingFieldStrategy implements ThumbnailStrategy
15 14
 {
Please login to merge, or discard this patch.