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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

PHP 7.4 syntax in bundles vol.2 #13039

Merged
merged 2 commits into from Sep 17, 2021

Conversation

Zales0123
Copy link
Member

Q A
Branch? 1.10
Bug fix? no
New feature? no
BC breaks? no
Deprecations? no
Related tickets based on #13038, related to #12891
License MIT

CoreBundle + PHP 7.4 = 馃帀

@Zales0123 Zales0123 added Enhancement Minor issues and PRs improving the current solutions (optimizations, typo fixes, etc.). DX Issues and PRs aimed at improving Developer eXperience. labels Aug 31, 2021
@Zales0123 Zales0123 requested a review from a team as a code owner August 31, 2021 15:39
@probot-autolabeler probot-autolabeler bot added the Admin AdminBundle related issues and PRs. label Aug 31, 2021
@Zales0123 Zales0123 mentioned this pull request Aug 31, 2021
10 tasks
@probot-autolabeler probot-autolabeler bot added Documentation Documentation related issues and PRs - requests, fixes, proposals. Maintenance CI configurations, READMEs, releases, etc. labels Sep 16, 2021
@@ -30,7 +30,7 @@ final class ShowAvailablePluginsCommand extends Command
* @phpstan-var ArrayCollection<PluginInfo>
* @psalm-var ArrayCollection<array-key, PluginInfo>
*/
private $plugins;
private ArrayCollection $plugins;
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
private ArrayCollection $plugins;
private Collection $plugins;

?

Comment on lines +16 to +17
use Faker\Generator;
use Faker\Factory;
Copy link
Member

Choose a reason for hiding this comment

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

Should be moved lower to other "uses"

@GSadee GSadee merged commit 069cdfd into Sylius:1.10 Sep 17, 2021
@GSadee
Copy link
Member

GSadee commented Sep 17, 2021

Thanks, Mateusz! 馃帀

GSadee added a commit that referenced this pull request Sep 17, 2021
This PR was merged into the 1.10 branch.

Discussion
----------

| Q               | A
| --------------- | -----
| Branch?         | 1.10
| Bug fix?        | no
| New feature?    | no
| BC breaks?      | no
| Deprecations?   | no
| Related tickets | based on #13039, related to #12891
| License         | MIT

Last, but not least 馃悗 

Commits
-------

676df96 PHP 7.4 syntax in bundles vol.3
e493824 Fix use imports and some bugs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Admin AdminBundle related issues and PRs. Documentation Documentation related issues and PRs - requests, fixes, proposals. DX Issues and PRs aimed at improving Developer eXperience. Enhancement Minor issues and PRs improving the current solutions (optimizations, typo fixes, etc.). Maintenance CI configurations, READMEs, releases, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants