owncloud / oauth2

🔐 Application for using OAuth 2.0 in ownCloud
GNU Affero General Public License v3.0
32 stars 24 forks source link

Replace excludes_analyse with excludePaths in phpstan.neon #351

Closed SwikritiT closed 1 year ago

SwikritiT commented 1 year ago

Description

php -d zend.enable_gc=0 vendor-bin/phpstan/vendor/bin/phpstan analyse --memory-limit=4G --configuration=./phpstan.neon --no-progress --level=5 appinfo lib
⚠️  You're using a deprecated config option excludes_analyse. ⚠️️

Parameter excludes_analyse has been deprecated so use excludePaths only from now on.

 [OK] No errors                                                                                    

Adjust phpstan.neon to use the new excludePaths to avoid this warning.

Related Issue

Note: This PR was made by an automated script, in case something is not right I'll take care of it manually.