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 type #364

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

add type #364

wants to merge 2 commits into from

Conversation

Dragonbuf
Copy link

Q A
Is bugfix? yes
New feature? yes
Breaks BC? yes
Tests pass? yes
Fixed issues #363

src/cli/Command.php Outdated Show resolved Hide resolved
 ,if $cwd default is '',will throw  new RuntimeException(sprintf('The provided cwd "%s" does not exist.', $this->cwd));
@samdark samdark added the type:bug Bug label Dec 19, 2019
@samdark samdark requested review from a team and zhuravljov December 19, 2019 09:06
Copy link

@rob006 rob006 left a comment

Choose a reason for hiding this comment

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

This change does not make sense to me. #363 was about lack of support symfony/process v5.x - TypeError: Argument 1 passed to Symfony\Component\Process\Process::__construct() error was fixed a long ago, but OP installed an old version of yii2-queue because of invalid composer constraints in old releases. #363 should be fixed by adjusting composer.json to allow symfony/process v5. Cast to float should not be necessary (and definitely not related to #363)

@samdark samdark modified the milestones: 2.3.1, 2.3.2 Dec 23, 2020
@samdark samdark removed this from the 2.3.2 milestone Oct 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants