type fixes

This commit is contained in:
Robin Appelman 2021-03-02 19:33:59 +01:00
commit 32b65b0bad
7 changed files with 18 additions and 16 deletions

View file

@ -15,7 +15,7 @@ interface File {
* @param string $path
* @param string $mode
* @param int $options
* @param string &$opened_path
* @param string $opened_path
* @return bool
*/
public function stream_open($path, $mode, $options, &$opened_path);