Fix patches

This commit is contained in:
Nicolas Le Goff
2014-06-24 00:33:29 +02:00
parent 0d040519f3
commit e711f9002e
5 changed files with 40 additions and 8 deletions

View File

@@ -27,6 +27,14 @@ class patch_384alpha1a implements patchInterface
return $this->release;
}
/**
* {@inheritdoc}
*/
public function getDoctrineMigrations()
{
return [];
}
/**
* {@inheritdoc}
*/
@@ -43,14 +51,6 @@ class patch_384alpha1a implements patchInterface
return $this->concern;
}
/**
* {@inheritdoc}
*/
public function getDoctrineMigrations()
{
return [];
}
/**
* {@inheritdoc}
*/

View File

@@ -37,6 +37,14 @@ class patch_384alpha2a implements patchInterface
return false;
}
/**
* {@inheritdoc}
*/
public function getDoctrineMigrations()
{
return [];
}
/**
* {@inheritdoc}
*/

View File

@@ -35,6 +35,14 @@ class patch_384alpha3a implements patchInterface
return false;
}
/**
* {@inheritdoc}
*/
public function getDoctrineMigrations()
{
return [];
}
/**
* {@inheritdoc}
*/

View File

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

View File

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