Completed
Push — test ( e522b8...baa35b )
by Temitope
04:30 queued 01:20
created
src/Helper/Inflector.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -78,7 +78,7 @@
 block discarded – undo
78 78
             'move'   => 'moves', ];
79 79
         $lowercased_word = strtolower($word);
80 80
         foreach ($uncountable as $_uncountable) {
81
-            if (substr($lowercased_word, (-1 * strlen($_uncountable))) == $_uncountable) {
81
+            if (substr($lowercased_word, (-1*strlen($_uncountable))) == $_uncountable) {
82 82
                 return $word;
83 83
             }
84 84
         }
Please login to merge, or discard this patch.