Making 2nd argument of getExporter() optional again
This commit is contained in:
parent
ac4e33d056
commit
146b22a1a5
@ -63,7 +63,7 @@ class ClassMetadataExporter
|
||||
* @param string $source The directory where the exporter will export to
|
||||
* @return AbstractExporter $exporter
|
||||
*/
|
||||
public function getExporter($type, $dest)
|
||||
public function getExporter($type, $dest = null)
|
||||
{
|
||||
if ( ! isset(self::$_exporterDrivers[$type])) {
|
||||
throw ExportException::invalidExporterDriverType($type);
|
||||
|
Loading…
x
Reference in New Issue
Block a user