KnpLabs / Gaufrette

PHP library that provides a filesystem abstraction layer − will be a feast for your files!
http://knplabs.github.io/Gaufrette
MIT License
2.47k stars 355 forks source link

Declare StreamWrapper::context explicitly to avoid dynamic property #706

Closed nocive closed 1 year ago

nocive commented 1 year ago

Under PHP 8.2, the following deprecation warning occurs when using the stream wrapper implementation.

Deprecated: Creation of dynamic property Gaufrette\StreamWrapper::$context is deprecated
nocive commented 1 year ago

:man_facepalming: forgot to check existing open PRs before opening one.