diff --git a/dictionaries/CallMap.php b/dictionaries/CallMap.php index f125d82b5..9f31a7a44 100644 --- a/dictionaries/CallMap.php +++ b/dictionaries/CallMap.php @@ -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'], diff --git a/dictionaries/CallMap_historical.php b/dictionaries/CallMap_historical.php index ae4ada068..362a181db 100644 --- a/dictionaries/CallMap_historical.php +++ b/dictionaries/CallMap_historical.php @@ -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'],