Fix neutron comments

This commit is contained in:
Nicolas Le Goff
2013-11-14 18:37:33 +01:00
parent d8ea06b521
commit 4c58b141ee
9 changed files with 104 additions and 95 deletions

View File

@@ -27,6 +27,14 @@ class patch_381alpha3a implements patchInterface
return $this->release;
}
/**
* {@inheritdoc}
*/
public function getDoctrineMigrations()
{
return array();
}
/**
* {@inheritdoc}
*/

View File

@@ -27,6 +27,14 @@ class patch_381alpha4a implements patchInterface
return $this->release;
}
/**
* {@inheritdoc}
*/
public function getDoctrineMigrations()
{
return array();
}
/**
* {@inheritdoc}
*/