Skip to content

Commit

Permalink
Fix rewinddir() return type
Browse files Browse the repository at this point in the history
  • Loading branch information
steevanb authored and ondrejmirtes committed May 4, 2020
1 parent ccaa6bf commit c4a1b20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Reflection/SignatureMap/functionMap.php
Original file line number Diff line number Diff line change
Expand Up @@ -9890,7 +9890,7 @@
'restore_exception_handler' => ['bool'],
'restore_include_path' => ['void'],
'rewind' => ['bool', 'fp'=>'resource'],
'rewinddir' => ['void', 'dir_handle='=>'resource'],
'rewinddir' => ['null|false', 'dir_handle='=>'resource'],
'rmdir' => ['bool', 'dirname'=>'string', 'context='=>'resource'],
'round' => ['float', 'number'=>'float', 'precision='=>'int', 'mode='=>'int'],
'rpm_close' => ['bool', 'rpmr'=>'resource'],
Expand Down

0 comments on commit c4a1b20

Please sign in to comment.