1
0
mirror of synced 2025-03-26 18:03:49 +03:00

9 lines
211 B
PHP
Raw Normal View History

<?php
class Doctrine_DatabasePlatform_MockPlatform extends Doctrine_DatabasePlatform
{
public function getNativeDeclaration(array $field) {}
public function getPortableDeclaration(array $field) {}
}
?>