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

Use PHP7.4 syntax #210

Merged
merged 2 commits into from
Oct 27, 2021
Merged

Use PHP7.4 syntax #210

merged 2 commits into from
Oct 27, 2021

Conversation

Zales0123
Copy link
Member

Related to Sylius/Sylius#12891

@Zales0123 Zales0123 requested a review from a team as a code owner October 11, 2021 11:52
@Zales0123 Zales0123 mentioned this pull request Oct 11, 2021
10 tasks
@@ -14,19 +14,16 @@

final class ManagingAdministratorsContext implements Context
{
/** @var NotificationCheckerInterface */
private $notificationChecker;
private ?NotificationCheckerInterface $notificationChecker;
Copy link
Member Author

Choose a reason for hiding this comment

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

Don't ask me why 🤷 But build is complaining about context's dependencies being null sometimes and I believe it's better to make them nullable for now, than to delay this PR 🖖

@lchrusciel lchrusciel merged commit 570f49c into Sylius:stable Oct 27, 2021
@lchrusciel
Copy link
Member

Thanks, Mateusz! 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants