Skip to content

Commit ad47505

Browse files
committed
Normalize comments in core files
1 parent 71ac7e6 commit ad47505

11 files changed

Lines changed: 217 additions & 184 deletions

File tree

system/core/CodeIgniter.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,13 @@
230230
// Load the base controller class
231231
require BASEPATH.'core/Controller.php';
232232

233+
/**
234+
* Reference to the CI_Controller method.
235+
*
236+
* Returns current CI instance object
237+
*
238+
* @return object
239+
*/
233240
function &get_instance()
234241
{
235242
return CI_Controller::get_instance();

0 commit comments

Comments
 (0)