Skip to content

Commit 4f2b31a

Browse files
committed
correct typo
1 parent 66e8de5 commit 4f2b31a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/jblond/Diff.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ public function __construct($version1, $version2, array $options = [])
112112
*
113113
* @param mixed $var Variable to get type from.
114114
*
115-
* @return int umber indicating the type of the variable. 0 for array type and 1 for string type.
115+
* @return int Number indicating the type of the variable. 0 for array type and 1 for string type.
116116
* @throws InvalidArgumentException When the type isn't 'array' or 'string'.
117117
*
118118
*/

0 commit comments

Comments
 (0)