You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PHP Fatal error: Declaration of Endereco\Oxid6Client\Migrations\Version202
10614111035::preUp(Doctrine\DBAL\Schema\Schema $schema) must be compatible
with Doctrine\Migrations\AbstractMigration::preUp(Doctrine\DBAL\Schema\Sche
ma $schema): void in source/modules/endereco/endereco-oxid6-client/migration/data/Version
20210614111035.php on line 12
// ispublicfunction preUp(Schema$schema)
// should be:
public function preUp(Schema$schema): void
same goes for up() and down() functions, ": void" must be added to get rid of the errors.
publicfunction up(Schema$schema): void
public function down(Schema$schema): void
The text was updated successfully, but these errors were encountered:
same goes for up() and down() functions, ": void" must be added to get rid of the errors.
The text was updated successfully, but these errors were encountered: