Completed
Push — ezp-30882-thumbnail ( 274ed9 )
by
unknown
19:23
created
eZ/Publish/Core/Repository/Repository.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -259,7 +259,7 @@
 block discarded – undo
259 259
      * @param \eZ\Publish\Core\Repository\Helper\RelationProcessor $relationProcessor
260 260
      * @param \eZ\Publish\Core\FieldType\FieldTypeRegistry $fieldTypeRegistry
261 261
      * @param \eZ\Publish\SPI\Repository\Strategy\ContentThumbnail\ThumbnailStrategy $thumbnailStrategy
262
-     * @param array $serviceSettings
262
+     * @param Values\User\User $serviceSettings
263 263
      * @param \eZ\Publish\API\Repository\Values\User\UserReference|null $user
264 264
      * @param \Psr\Log\LoggerInterface|null $logger
265 265
      */
Please login to merge, or discard this patch.
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.