Skip to content

Commit

Permalink
php 7.4 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mringler committed Dec 7, 2022
1 parent ba93ec8 commit 432f0d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -32,7 +32,7 @@ public function __construct(MysqlPlatform $platform)
*
* @return static
*/
public static function create(MysqlPlatform $platform): static
public static function create(MysqlPlatform $platform)
{
return new static($platform);
}
Expand Down
Expand Up @@ -113,7 +113,7 @@ protected function buildDatabaseTableXml(string $columnDef): string
/**
* @return array
*/
protected function migrationDataProvider(): array
public function migrationDataProvider(): array
{
$uuid = '6cb1a126-2b34-4856-9a39-455d8b5efd29';
$bin = hex2bin('48562b346cb1a1269a39455d8b5efd29');
Expand Down

0 comments on commit 432f0d0

Please sign in to comment.