diff options
author | Andrey Andreev <narf@devilix.net> | 2015-05-22 12:04:06 +0200 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2015-05-22 12:04:06 +0200 |
commit | da71f5aa255fc6fd26452664e730ea4297905ed3 (patch) | |
tree | 46c7b1f2db8544e84d724577cd9f5a8ad6a41836 /user_guide_src | |
parent | 3a4f9cd467b23ca5aeb93d20214685c86c0d520c (diff) | |
parent | 8d132bb1e999c2b2bdc2125d6d4ec36649556fc7 (diff) |
Merge pull request #3868 from ftwbzhao/feature/migration
[ci skip] Update Migration lib class reference docs
Diffstat (limited to 'user_guide_src')
-rw-r--r-- | user_guide_src/source/libraries/migration.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide_src/source/libraries/migration.rst b/user_guide_src/source/libraries/migration.rst index 9eb9b78b1..97c72303c 100644 --- a/user_guide_src/source/libraries/migration.rst +++ b/user_guide_src/source/libraries/migration.rst @@ -164,7 +164,7 @@ Class Reference .. php:method:: latest() - :returns: TRUE if no migrations are found, current version string on success, FALSE on failure + :returns: Current version string on success, FALSE on failure :rtype: mixed This works much the same way as ``current()`` but instead of looking for |