Completed
Push — master ( e65bce...447376 )
by Taosikai
10:43
created
src/Inflector.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -35,6 +35,9 @@
 block discarded – undo
35 35
             return static::getInflector()->pluralize($word);
36 36
         }
37 37
 
38
+        /**
39
+         * @return string
40
+         */
38 41
         public static function tableize(string $word)
39 42
         {
40 43
             return static::getInflector()->tableize($word);
Please login to merge, or discard this patch.