Completed
Push — master ( a7afc7...f7865d )
by Karsten
08:02
created
src/Psi/Str/ToLower.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
     /**
18 18
      * @param mixed $input
19 19
      *
20
-     * @return mixed
20
+     * @return string
21 21
      */
22 22
     public function __invoke($input)
23 23
     {
Please login to merge, or discard this patch.
src/Psi/Str/ToUpper.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
     /**
18 18
      * @param mixed $input
19 19
      *
20
-     * @return mixed
20
+     * @return string
21 21
      */
22 22
     public function __invoke($input)
23 23
     {
Please login to merge, or discard this patch.