[COMPONENT][Attachment][TESTS] Fix Entity/AttachmentThumbnailTest
This commit is contained in:
@@ -52,7 +52,7 @@ class AttachmentCollection extends Entity
|
||||
// @codeCoverageIgnoreEnd
|
||||
// }}} Autocode
|
||||
|
||||
public static function schemaDef()
|
||||
public static function schemaDef(): array
|
||||
{
|
||||
return [
|
||||
'name' => 'attachment_collection',
|
||||
|
@@ -63,7 +63,7 @@ class AttachmentCollectionEntry extends Entity
|
||||
// @codeCoverageIgnoreEnd
|
||||
// }}} Autocode
|
||||
|
||||
public static function schemaDef()
|
||||
public static function schemaDef(): array
|
||||
{
|
||||
return [
|
||||
'name' => 'attachment_collection_entry',
|
||||
|
Reference in New Issue
Block a user