Completed
Pull Request — master (#23)
by Nelson
03:31
created
src/Extensions/String.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -100,7 +100,7 @@
 block discarded – undo
100 100
     /**
101 101
      * Ensures that object given is an string. Else, thows an exception
102 102
      *
103
-     * @param mixed $obj Object to validate.
103
+     * @param string $obj Object to validate.
104 104
      *
105 105
      * @return string Same object given, but ensured that is an string.
106 106
      * @throws InvalidArgumentException if object is not an `string`.
Please login to merge, or discard this patch.