mirror of
https://github.com/danog/psalm.git
synced 2024-11-26 20:34:47 +01:00
Merge pull request #7347 from VincentLanglet/dir
This commit is contained in:
commit
f9e6ff39fa
@ -1996,7 +1996,7 @@ return [
|
||||
'dio_tcsetattr' => ['bool', 'fd'=>'resource', 'options'=>'array'],
|
||||
'dio_truncate' => ['bool', 'fd'=>'resource', 'offset'=>'int'],
|
||||
'dio_write' => ['int', 'fd'=>'resource', 'data'=>'string', 'length='=>'int'],
|
||||
'dir' => ['Directory|false|null', 'directory'=>'string', 'context='=>'resource'],
|
||||
'dir' => ['Directory|false', 'directory'=>'string', 'context='=>'resource'],
|
||||
'Directory::close' => ['void', 'dir_handle='=>'resource'],
|
||||
'Directory::read' => ['string|false', 'dir_handle='=>'resource'],
|
||||
'Directory::rewind' => ['void', 'dir_handle='=>'resource'],
|
||||
|
@ -10375,7 +10375,7 @@ return [
|
||||
'dio_tcsetattr' => ['bool', 'fd'=>'resource', 'options'=>'array'],
|
||||
'dio_truncate' => ['bool', 'fd'=>'resource', 'offset'=>'int'],
|
||||
'dio_write' => ['int', 'fd'=>'resource', 'data'=>'string', 'length='=>'int'],
|
||||
'dir' => ['Directory|false|null', 'directory'=>'string', 'context='=>'resource'],
|
||||
'dir' => ['Directory|false', 'directory'=>'string', 'context='=>'resource'],
|
||||
'dirname' => ['string', 'path'=>'string', 'levels='=>'int'],
|
||||
'disk_free_space' => ['float|false', 'directory'=>'string'],
|
||||
'disk_total_space' => ['float|false', 'directory'=>'string'],
|
||||
|
Loading…
Reference in New Issue
Block a user