-
Notifications
You must be signed in to change notification settings - Fork 28
Description
Hi
I just installed the latest version on magento 2.4.8-p3 and I get the below error, though its a warning please can you fix
Repositories code generation... 1/9 [===>------------------------] 11% < 1 sec 92.0 MiBPHP Deprecated: MagestyApps\WebImages\Model\File\Uploader::__construct(): Implicitly marking parameter $fileMime as nullable is deprecated, the explicit nullable type must be used instead in /home/xxx/htdocs/www.xxxx.com/vendor/magestyapps/module-web-images/Model/File/Uploader.php on line 33
PHP Deprecated: MagestyApps\WebImages\Model\File\Uploader::__construct(): Implicitly marking parameter $directoryList as nullable is deprecated, the explicit nullable type must be used instead in /home/xxx/htdocs/www.xxx.com/vendor/magestyapps/module-web-images/Model/File/Uploader.php on line 33
PHP Deprecated: MagestyApps\WebImages\Model\File\Uploader::__construct(): Implicitly marking parameter $driverPool as nullable is deprecated, the explicit nullable type must be used instead in /home/xxx/htdocs/www.xxx.com/vendor/magestyapps/module-web-images/Model/File/Uploader.php on line 33
PHP Deprecated: MagestyApps\WebImages\Model\File\Uploader::__construct(): Implicitly marking parameter $targetDirectory as nullable is deprecated, the explicit nullable type must be used instead in /home/xxx/htdocs/www.xxx.com/vendor/magestyapps/module-web-images/Model/File/Uploader.php on line 33
PHP Deprecated: MagestyApps\WebImages\Model\File\Uploader::__construct(): Implicitly marking parameter $filesystem as nullable is deprecated, the explicit nullable type must be used instead in /home/xxx/htdocs/www.xxx.com/vendor/magestyapps/module-web-images/Model/File/Uploader.php on line 33
Plugin list generation... 9/9 [============================] 100% 34 secs 374.0 MiB
Generated code and dependency injection configuration successfully.
Thanks