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

add --no-progress to psalter #8709

Merged
merged 2 commits into from Nov 15, 2022

Conversation

kkmuffme
Copy link
Contributor

like exists in Psalm.php

like exists in Psalm.php
@kkmuffme kkmuffme marked this pull request as ready for review November 15, 2022 14:05
@kkmuffme
Copy link
Contributor Author

Please merge

if ($debug) {
$progress = new DebugProgress();
} elseif (isset($options['no-progress'])) {
$progress = new VoidProgress();
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you seem to be missing an import for VoidProgress here

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, added.

In v4 circleci would have complained about that, is there maybe a bug with it in v5?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure it's classified as Code Style issue given it was an outright bug (Can php cs even know this class does not exists in this namespace??)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm 99.9% sure it previously complained for missing "use" statements in 4.x branch

@orklah orklah added the release:feature The PR will be included in 'Features' section of the release notes label Nov 15, 2022
@orklah orklah merged commit 12f33fa into vimeo:master Nov 15, 2022
@orklah
Copy link
Collaborator

orklah commented Nov 15, 2022

Thanks!

@kkmuffme kkmuffme deleted the add-psalter-no-progress-flag branch November 20, 2022 09:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release:feature The PR will be included in 'Features' section of the release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants