mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-02 21:41:19 +08:00
Remove capitalized versions of rules
This commit is contained in:
@ -1,4 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @link http://www.yiiframework.com/
|
* @link http://www.yiiframework.com/
|
||||||
* @copyright Copyright (c) 2008 Yii Software LLC
|
* @copyright Copyright (c) 2008 Yii Software LLC
|
||||||
@ -220,9 +221,7 @@ class BaseInflector
|
|||||||
'wildebeest' => 'wildebeest',
|
'wildebeest' => 'wildebeest',
|
||||||
'Yengeese' => 'Yengeese',
|
'Yengeese' => 'Yengeese',
|
||||||
'software' => 'software',
|
'software' => 'software',
|
||||||
'Software' => 'Software',
|
|
||||||
'hardware' => 'hardware',
|
'hardware' => 'hardware',
|
||||||
'Hardware' => 'Hardware',
|
|
||||||
];
|
];
|
||||||
/**
|
/**
|
||||||
* @var array fallback map for transliteration used by [[transliterate()]] when intl isn't available.
|
* @var array fallback map for transliteration used by [[transliterate()]] when intl isn't available.
|
||||||
@ -623,5 +622,4 @@ class BaseInflector
|
|||||||
{
|
{
|
||||||
return isset(Yii::$app) ? Yii::$app->charset : 'UTF-8';
|
return isset(Yii::$app) ? Yii::$app->charset : 'UTF-8';
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user