Skip to content

Commit

Permalink
add use function statement for is_array
Browse files Browse the repository at this point in the history
  • Loading branch information
l0gicgate committed Apr 30, 2020
1 parent 9b51716 commit ac8ef9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Stream.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
use function fstat;
use function ftell;
use function fwrite;
use function is_array;
use function is_resource;
use function is_string;
use function pclose;
Expand Down

0 comments on commit ac8ef9c

Please sign in to comment.