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

[FrameworkBundle] fix broken command registration #5169

Merged
merged 2 commits into from
Aug 3, 2012

Conversation

Burgov
Copy link
Contributor

@Burgov Burgov commented Aug 3, 2012

fixed #5168, #5166

Bart van den Burg and others added 2 commits August 3, 2012 13:33
…ole/Application.php

Issue must be related to commit 7a5f614 (merged 2.0), specifically this file src/Symfony/Bundle/FrameworkBundle/Console/Application.php, lines 86-88. 

Presumably to do "instanceof Bundle" correct class has to be imported at the top of the file:

instead of 
use Symfony\Component\HttpKernel\Bundle;

this should be
use Symfony\Component\HttpKernel\Bundle\Bundle;
Conflicts:

	src/Symfony/Bundle/FrameworkBundle/Console/Application.php
@travisbot
Copy link

This pull request passes (merged 39e964b8 into fee3f4e).

@travisbot
Copy link

This pull request passes (merged 55a0b34 into fee3f4e).

@ghost
Copy link

ghost commented Aug 3, 2012

Duplicate of #5166

@Burgov
Copy link
Contributor Author

Burgov commented Aug 3, 2012

@xeross that PR was opened on master instead of 2.0

@ghost
Copy link

ghost commented Aug 3, 2012

@Burgov Ah sorry, I got confused and thought this was another dupe

fabpot added a commit that referenced this pull request Aug 3, 2012
Commits
-------

55a0b34 Fixes incorrect class used in src/Symfony/Bundle/FrameworkBundle/Console/Application.php
79c547f [FrameworkBundle] added test for fix broken command registration

Discussion
----------

[FrameworkBundle] fix broken command registration

fixed #5168, #5166

---------------------------------------------------------------------------

by travisbot at 2012-08-03T11:35:29Z

This pull request [passes](http://travis-ci.org/symfony/symfony/builds/2027699) (merged 39e964b8 into fee3f4e).

---------------------------------------------------------------------------

by travisbot at 2012-08-03T11:45:14Z

This pull request [passes](http://travis-ci.org/symfony/symfony/builds/2027761) (merged 55a0b34 into fee3f4e).

---------------------------------------------------------------------------

by xeross at 2012-08-03T11:45:45Z

Duplicate of #5166

---------------------------------------------------------------------------

by Burgov at 2012-08-03T11:47:54Z

@xeross that PR was opened on master instead of 2.0

---------------------------------------------------------------------------

by xeross at 2012-08-03T11:48:49Z

@Burgov Ah sorry, I got confused and thought this was another dupe
@fabpot fabpot merged commit 55a0b34 into symfony:2.0 Aug 3, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants