diff --git a/app/config/bootstrap.php b/app/config/bootstrap.php index 92414723707..eb73d8deca1 100644 --- a/app/config/bootstrap.php +++ b/app/config/bootstrap.php @@ -39,8 +39,8 @@ /** * As of 1.3, additional rules for the inflector are added below * - * Inflector::rule('singular', array('rules' => array(), irregular' => array(), 'uninflected' => array())); - * Inflector::rule('plural', array('rules' => array(), 'irregular' => array(), 'uninflected' => array())); + * Inflector::rules('singular', array('rules' => array(), 'irregular' => array(), 'uninflected' => array())); + * Inflector::rules('plural', array('rules' => array(), 'irregular' => array(), 'uninflected' => array())); * */ -?> +?> \ No newline at end of file