[COMPONENT][Attachment][TESTS] Fix Entity/AttachmentThumbnailTest
This commit is contained in:
@@ -51,7 +51,7 @@ class Wallet extends Entity
|
||||
// @codeCoverageIgnoreEnd
|
||||
// }}} Autocode
|
||||
|
||||
public static function schemaDef()
|
||||
public static function schemaDef(): array
|
||||
{
|
||||
return [
|
||||
'name' => 'webmonetizationWallet',
|
||||
|
@@ -90,7 +90,7 @@ class WebMonetization extends Entity
|
||||
return $target_ids;
|
||||
}
|
||||
|
||||
public static function schemaDef()
|
||||
public static function schemaDef(): array
|
||||
{
|
||||
return [
|
||||
'name' => 'webmonetization',
|
||||
|
Reference in New Issue
Block a user