Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor files trashbin app #39883

Closed

Update apps/files_trashbin/lib/Trashbin.php

2186f0d
Select commit
Loading
Failed to load commit list.
Closed

Refactor files trashbin app #39883

Update apps/files_trashbin/lib/Trashbin.php
2186f0d
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / Psalm succeeded Aug 23, 2023 in 13s

7 new alerts

New alerts in code changed by this pull request

  • 7 notes

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 419 in apps/files_trashbin/lib/Trashbin.php

See this annotation in the file changed.

Code scanning / Psalm

PossiblyFalseOperand Note

Cannot concatenate with a possibly false false|string

Check notice on line 425 in apps/files_trashbin/lib/Trashbin.php

See this annotation in the file changed.

Code scanning / Psalm

PossiblyFalseOperand Note

Cannot concatenate with a possibly false false|string

Check notice on line 581 in apps/files_trashbin/lib/Trashbin.php

See this annotation in the file changed.

Code scanning / Psalm

PossiblyFalseOperand Note

Cannot concatenate with a possibly false false|string

Check notice on line 582 in apps/files_trashbin/lib/Trashbin.php

See this annotation in the file changed.

Code scanning / Psalm

PossiblyFalseArgument Note

Argument 3 of OCA\Files_Trashbin\Trashbin::getVersionsFromTrash cannot be false, possibly string value expected

Check notice on line 585 in apps/files_trashbin/lib/Trashbin.php

See this annotation in the file changed.

Code scanning / Psalm

PossiblyFalseOperand Note

Cannot concatenate with a possibly false false|string

Check notice on line 587 in apps/files_trashbin/lib/Trashbin.php

See this annotation in the file changed.

Code scanning / Psalm

PossiblyFalseOperand Note

Cannot concatenate with a possibly false false|string

Check notice on line 733 in apps/files_trashbin/lib/Trashbin.php

See this annotation in the file changed.

Code scanning / Psalm

PossiblyNullArgument Note

Argument 2 of OCA\Files_Trashbin\Trashbin::getVersionsFromTrash cannot be null, possibly null value provided