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 b9159bb
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit b9159bb

Please sign in to comment.