Completed
Push — ezp-30882-thumbnail ( 1223cf...3134e5 )
by
unknown
15:29
created
Core/Repository/Strategy/ContentThumbnail/FirstMatchingFieldStrategy.php 1 patch
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.