-
Notifications
You must be signed in to change notification settings - Fork 91
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
chore(deps-dev): bump psalm/phar from 5.19.0 to 5.20.0 #5291
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dependabot merge
0d556b1
to
1e1be81
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dependabot merge
One of your CI runs failed on this pull request, so Dependabot won't merge it. Dependabot will still automatically merge this pull request if you amend it and your tests pass. |
I tried to fix the warnings in question but turns out it's pretty hard because most of the time we actually mean what we say when using truthy falsy comparisons. if (token) {
...
} Should run the if block if token is not null or empty. In some cases it's possible to change the function signature to not allow for null and always use a default of |
b29c5e0
to
2469b90
Compare
Bumps [psalm/phar](https://github.com/psalm/phar) from 5.19.0 to 5.20.0. - [Release notes](https://github.com/psalm/phar/releases) - [Commits](psalm/phar@5.19.0...5.20.0) --- updated-dependencies: - dependency-name: psalm/phar dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Max <[email protected]>
2469b90
to
e551742
Compare
A newer version of psalm/phar exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged. |
@dependabot recreate |
Superseded by #5608. |
Bumps psalm/phar from 5.19.0 to 5.20.0.
Commits
459eb19
Updated Psalm phar to commit 3f284e96c9d9be6fe6b15c79416e1d1903dcfef46271624
Updated Psalm phar to commit 25fabb8d36b778da106afdfe174382d7d65cff7b1492660
Updated Psalm phar to commit 09035749afeac86c61a7a41d255523d13e69f595ce2e616
Updated Psalm phar to commit 67c7be3db2afb9efbd4b3464e499a900fcd3b666ce897ab
Updated Psalm phar to commit 64868c5c9ff3f025f7e9d2412f5b3b719269361cYou can trigger a rebase of this PR by commenting
@dependabot rebase
.Dependabot will merge this PR once CI passes on it, as requested by @nextcloud-command.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)