Skip to content

Conversation

@adrienlamotte
Copy link

No description provided.

Copy link

@ismail1432 ismail1432 left a comment

Choose a reason for hiding this comment

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

Nice job, thank you !
Can you update the ReadMe too ?

use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\HttpFoundation\Response;
use Symfony\Component\Templating\EngineInterface;
use Twig_Environment;

Choose a reason for hiding this comment

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

Twig_Environment \Twig_Environment


/**
* @return KernelInterface
* @return

Choose a reason for hiding this comment

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

Why remove the TypeHint ?

return 'coresphere_console';
}

public function reset(){

Choose a reason for hiding this comment

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

CS, be careful to PSR

public function reset()
{
}

"symfony/event-dispatcher": "~2.7|~3.0|~4.0",
"symfony/framework-bundle": "~2.7|~3.0|~4.0",
"symfony/http-kernel": "~2.7|~3.0|~4.0"
"symfony/console": "~2.7|~4.0",

Choose a reason for hiding this comment

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

Are you that this modification works with SF <= 3.4 ?

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.

2 participants