Skip to content

Instantly share code, notes, and snippets.

@doctrinebot
Created December 13, 2015 18:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save doctrinebot/4686a4441e8271b378aa to your computer and use it in GitHub Desktop.
Save doctrinebot/4686a4441e8271b378aa to your computer and use it in GitHub Desktop.
Attachments to Doctrine Jira Issue DDC-82 - https://github.com/doctrine/doctrine2/issues/5338
diff --git lib/Doctrine/ORM/Tools/Cli/Tasks/ConvertMappingTask.php lib/Doctrine/ORM/Tools/Cli/Tasks/ConvertMappingTask.php
index da55679..62b8455 100644
--- lib/Doctrine/ORM/Tools/Cli/Tasks/ConvertMappingTask.php
+++ lib/Doctrine/ORM/Tools/Cli/Tasks/ConvertMappingTask.php
@@ -90,10 +90,6 @@ class ConvertMappingTask extends AbstractTask
*/
public function validate()
{
- if ( ! parent::validate()) {
- return false;
- }
-
$args = $this->getArguments();
$printer = $this->getPrinter();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment