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
I'm using doctrine-xml 1.0 via Composer. In Parser::fromFile() on line 42 the call to fromDocument crashes as it doesn't pass through the $platform parameter: return static::fromDocument($xml, $checkXml, $normalizeXml, $tableFilter);
versus public static function fromDocument($xml, AbstractPlatform $platform, $checkXml = true, $normalizeXml = false, $tableFilter = null)
The text was updated successfully, but these errors were encountered:
I'm using doctrine-xml 1.0 via Composer. In Parser::fromFile() on line 42 the call to fromDocument crashes as it doesn't pass through the $platform parameter:
return static::fromDocument($xml, $checkXml, $normalizeXml, $tableFilter);
versus
public static function fromDocument($xml, AbstractPlatform $platform, $checkXml = true, $normalizeXml = false, $tableFilter = null)
The text was updated successfully, but these errors were encountered: