diff options
author | Gabriel Potkány <gadelat@gmail.com> | 2015-02-04 01:45:59 +0100 |
---|---|---|
committer | Gabriel Potkány <gadelat@gmail.com> | 2015-02-04 01:45:59 +0100 |
commit | 1fb500077784638399be79b32fe354aec257413c (patch) | |
tree | 0c8aacc26d8ee3d8113004c0f2a4882274a1efc9 /system/libraries/Migration.php | |
parent | 9cec91be05e13f292f73e59dd08febf5e32859d8 (diff) |
Fixed inconsistent return types
Diffstat (limited to 'system/libraries/Migration.php')
-rw-r--r-- | system/libraries/Migration.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/libraries/Migration.php b/system/libraries/Migration.php index 8ce4243fe..f61814988 100644 --- a/system/libraries/Migration.php +++ b/system/libraries/Migration.php @@ -421,7 +421,7 @@ class CI_Migration { * Stores the current schema version * * @param string $migration Migration reached - * @return void Outputs a report of the migration + * @return object Outputs a report of the migration */ protected function _update_version($migration) { |