owncloud / files_texteditor

GNU Affero General Public License v3.0
18 stars 25 forks source link

Nightly failing in Phan #402

Closed SwikritiT closed 1 year ago

SwikritiT commented 1 year ago

Nightly failing in phan: https://drone.owncloud.com/owncloud/files_texteditor/2177/3/3

controller/filehandlingcontroller.php:486 PhanRedefinedClassReference Saw reference to \Firebase\JWT\JWT declared at vendor/firebase/php-jwt/src/JWT.php:28 which is also declared at ../../lib/composer/firebase/php-jwt/src/JWT.php:28. This may lead to confusing errors. It may be possible to exclude the class that isn't used with exclude_file_list. In addition to normal ways to suppress issues, this issue type can be suppressed on either of the class definitions if it is impractical to exclude one file.
controller/filehandlingcontroller.php:496 PhanRedefinedClassReference Saw reference to \Firebase\JWT\JWT declared at vendor/firebase/php-jwt/src/JWT.php:28 which is also declared at ../../lib/composer/firebase/php-jwt/src/JWT.php:28. This may lead to confusing errors. It may be possible to exclude the class that isn't used with exclude_file_list. In addition to normal ways to suppress issues, this issue type can be suppressed on either of the class definitions if it is impractical to exclude one file.
SwikritiT commented 1 year ago

Fix Pr: https://github.com/owncloud/files_texteditor/pull/401

phil-davis commented 1 year ago

401 has been merged. Nightly should pass tonight.

Please reopen if it fails.