8000 Add missing function import: is_object · zendframework/zend-code@cb86600 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit cb86600

Browse files
committed
Add missing function import: is_object
1 parent 82a0f07 commit cb86600

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Generator/ValueGenerator.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
use function in_array;
2626
use function is_array;
2727
use function is_int;
28+
use function is_object;
2829
use function max;
2930
use function sprintf;
3031
use function str_repeat;

0 commit comments

Comments
 (0)
0