Hexanet / MonologExtraBundle

:memo: Symfony bundle with extra processors and logger to log request/response
MIT License
3 stars 1 forks source link

Clean SymfonySessionIdProvider constructor #26

Closed notFloran closed 7 years ago

notFloran commented 7 years ago

Related to @nclsHart comment :

public function __construct(bool $startSession = false, SessionInterface $session)

This is not directly related to this PR, but arguments with default value should be at end of arguments list.