bovigo / vfsStream

vfsStream is a stream wrapper for a virtual file system that may be helpful in unit tests to mock the real file system. It can be used with any unit test framework, like PHPUnit or SimpleTest.
BSD 3-Clause "New" or "Revised" License
1.42k stars 102 forks source link

Add annotations to indicate return type will change #261

Closed alexpott closed 3 years ago

alexpott commented 3 years ago

This is the fix for v1.6 on PHP 8.1 - related to https://github.com/bovigo/vfsStream/pull/260

Fixes #259 Fixes #258

allejo commented 3 years ago

Thank you for the PR!