[ticket/9737] Fix some comments

PHPBB3-9737
This commit is contained in:
Nathaniel Guse 2013-01-23 09:45:20 -06:00
parent dfabdbca50
commit 7338bfe3f0

View file

@ -74,7 +74,7 @@ abstract class phpbb_db_migration
} }
/** /**
* Defines other migrations to be applied first (abstract method) * Defines other migrations to be applied first
* *
* @return array An array of migration class names * @return array An array of migration class names
*/ */
@ -84,7 +84,7 @@ abstract class phpbb_db_migration
} }
/** /**
* Allows you to check if the migration is effectively installed (entirely optionall) * Allows you to check if the migration is effectively installed (entirely optional)
* *
* This is checked when a migration is installed. If true is returned, the migration will be set as * This is checked when a migration is installed. If true is returned, the migration will be set as
* installed without performing the database changes. * installed without performing the database changes.