-
Notifications
You must be signed in to change notification settings - Fork 15
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
Install and configure tooling #14
Install and configure tooling #14
Conversation
dc03668
to
bed9e63
Compare
bed9e63
to
b921bde
Compare
use Sulu\Component\Webspace\Webspace; | ||
use Symfony\Component\HttpFoundation\Request; | ||
use Symfony\Component\HttpKernel\Event\GetResponseEvent; | ||
|
||
class SetThemeEventListenerTest extends TestCase | ||
{ | ||
/** | ||
* @var ActiveTheme | ||
* @var ObjectProphecy> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you check this.
@@ -38,7 +38,7 @@ public function __construct(ActiveTheme $activeTheme) | |||
* | |||
* @param GetResponseEvent $event | |||
*/ | |||
public function setActiveThemeOnRequest(GetResponseEvent $event) | |||
public function setActiveThemeOnRequest(GetResponseEvent $event): void |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sorry this is a bc break we can not do this if not really needed use phpdocs instead.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😢
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i decided that im willing to make this break 😜
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👿
454a096
to
d1fa19e
Compare
d1fa19e
to
8559210
Compare
What's in this PR?
This PR installs and configures our usual tooling stack: