1
0
Fork 0
mirror of https://github.com/Oreolek/kohana-migrations.git synced 2024-06-28 20:55:08 +03:00

Updated function documentation

This commit is contained in:
Michael 2016-04-04 14:25:55 +10:00
parent eb34d15738
commit 420ad1ddb8
2 changed files with 0 additions and 4 deletions

View file

@ -41,8 +41,6 @@ class Task_Migrations_New extends Minion_Task {
/**
* Execute the task
*
* @param array $options Configuration
*/
protected function _execute()
{

View file

@ -62,8 +62,6 @@ class Task_Migrations_Run extends Minion_Task {
/**
* Migrates the database to the version specified
*
* @param array $options Configuration to use
*/
protected function _execute()
{