Skip to content

Commit

Permalink
Merge pull request cakephp#805 from cakephp/ADmad-patch-1
Browse files Browse the repository at this point in the history
Remove invalid example for `Inflector::rules()`.
  • Loading branch information
dereuromark authored Aug 27, 2020
2 parents bd1669f + 54c90c5 commit 092c2fb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion config/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -212,4 +212,3 @@
//Inflector::rules('plural', ['/^(inflect)or$/i' => '\1ables']);
//Inflector::rules('irregular', ['red' => 'redlings']);
//Inflector::rules('uninflected', ['dontinflectme']);
//Inflector::rules('transliteration', ['/å/' => 'aa']);

0 comments on commit 092c2fb

Please sign in to comment.