diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-07-05 08:41:00 +0200 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-07-05 08:41:00 +0200 |
commit | 91cb3176dbcd1a34e7d99c6dce355e555be8c93a (patch) | |
tree | 269ed1cad112e53498e349bc7ee0f21e782f7d04 | |
parent | 08364ea08c53bd872504d5d6c20110540df5e81f (diff) | |
parent | 5db4827c006439a381ec48a49658cca7d3026233 (diff) |
Merge pull request #1575 from Dumk0/patch-5
Fixed annotation for CI_Migration->find_migrations() method
-rw-r--r-- | system/libraries/Migration.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/libraries/Migration.php b/system/libraries/Migration.php index 3a1e7a0ad..99ddc9ed1 100644 --- a/system/libraries/Migration.php +++ b/system/libraries/Migration.php @@ -322,9 +322,9 @@ class CI_Migration { // -------------------------------------------------------------------- /** - * Set's the schema to the latest migration + * Retrieves list of available migration scripts * - * @return mixed true if already latest, false if failed, int if upgraded + * @return array list of migration file paths sorted by version */ protected function find_migrations() { |