mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
Removing unsused variable.
This commit is contained in:
parent
5f035ca340
commit
dd55afe57f
1 changed files with 0 additions and 8 deletions
|
@ -188,14 +188,6 @@ class Inflector extends Object {
|
|||
* @access private
|
||||
**/
|
||||
var $pluralized = array();
|
||||
/**
|
||||
* List of pluralization rules in the form of pattern => replacement.
|
||||
*
|
||||
* @var array
|
||||
* @access public
|
||||
* @link http://book.cakephp.org/view/47/Custom-Inflections
|
||||
**/
|
||||
var $rules = array();
|
||||
/**
|
||||
* Cached array identity map of singularized words.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue