Skip to content

Commit 3779db7

Browse files
committed
Updated readme
1 parent 7dd1577 commit 3779db7

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

readme.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ TypeFunctions\isBoolean("false"); // false
1919

2020
Functions:
2121

22-
- `isNumber(mixed $variable)`
23-
- `isBoolean(mixed $variable)`
24-
- `isNull(mixed $variable)`
25-
- `isObject(mixed $variable)`
26-
- `isFunction(mixed $variable)`
27-
- `isExpression(mixed $variable)`
28-
- `isString(mixed $variable)`
29-
- `isResource(mixed $variable)`
30-
- `getType(mixed $variable)`
22+
- `isNumber(mixed $variable) → bool`
23+
- `isBoolean(mixed $variable) → bool`
24+
- `isNull(mixed $variable) → bool`
25+
- `isObject(mixed $variable) → bool`
26+
- `isFunction(mixed $variable) → bool`
27+
- `isExpression(mixed $variable) → bool`
28+
- `isString(mixed $variable) → bool`
29+
- `isResource(mixed $variable) → bool`
30+
- `getType(mixed $variable) → string`
3131

3232
Caveats:
3333

0 commit comments

Comments
 (0)