mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-06 03:22:39 +00:00
Adhere to code formatting standard
This commit is contained in:
parent
49708ec837
commit
94e119fe67
84 changed files with 474 additions and 474 deletions
|
@ -220,7 +220,7 @@ class Inflector {
|
|||
'/Ź|Ż|Ž/' => 'Z',
|
||||
'/ź|ż|ž/' => 'z',
|
||||
'/Æ|Ǽ/' => 'AE',
|
||||
'/ß/'=> 'ss',
|
||||
'/ß/' => 'ss',
|
||||
'/IJ/' => 'IJ',
|
||||
'/ij/' => 'ij',
|
||||
'/Œ/' => 'OE',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue