Completed
Push — master ( 8ed474...52c8eb )
by Tristan
03:25
created
src/Format.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@  discard block
 block discarded – undo
29 29
      * @param Simple $name          The name to format.
30 30
      * @param string $format_string The format string.
31 31
      *
32
-     * @return string
32
+     * @return S
33 33
      */
34 34
     public static function nameLike(Simple $name, $format_string)
35 35
     {
@@ -42,7 +42,7 @@  discard block
 block discarded – undo
42 42
      *
43 43
      * @param string $format_string The format string.
44 44
      *
45
-     * @return string
45
+     * @return S
46 46
      */
47 47
     public function like($format_string)
48 48
     {
@@ -62,7 +62,7 @@  discard block
 block discarded – undo
62 62
      *
63 63
      * @param string $part The part.
64 64
      *
65
-     * @return string
65
+     * @return S
66 66
      */
67 67
     protected function format($part)
68 68
     {
Please login to merge, or discard this patch.