8000 Add comments to make it easier to see the reversed word · symfony/symfony@b152d13 · GitHub
[go: up one dir, main page]

Skip to content

Commit b152d13

Browse files
committed
Add comments to make it easier to see the reversed word
1 parent 88dcf52 commit b152d13

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

src/Symfony/Component/Inflector/Inflector.php

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,14 +314,32 @@ final class Inflector
314314
*/
315315
private const UNINFLECTED = [
316316
'',
317+
318+
// data
317319
'atad',
320+
321+
// deer
318322
'reed',
323+
324+
// feedback
319325
'kcabdeef',
326+
327+
// fish
320328
'hsif',
329+
330+
// info
321331
'ofni',
332+
333+
// moose
322334
'esoom',
335+
336+
// series
323337
'seires',
338+
339+
// sheep
324340
'peehs',
341+
342+
// species
325343
'seiceps',
326344
];
327345

0 commit comments

Comments
 (0)
0