Skip to content

PHP 7.4 syntax in bundles vol.2#13039

Merged
GSadee merged 2 commits intoSylius:1.10from
Zales0123:php7.4-syntax-bundles-core
Sep 17, 2021
Merged

PHP 7.4 syntax in bundles vol.2#13039
GSadee merged 2 commits intoSylius:1.10from
Zales0123:php7.4-syntax-bundles-core

Conversation

@Zales0123
Copy link
Copy Markdown
Contributor

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
@Zales0123 Zales0123 force-pushed the php7.4-syntax-bundles-core branch from a049b55 to 6b87787 Compare September 16, 2021 07:30
@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
@Zales0123 Zales0123 force-pushed the php7.4-syntax-bundles-core branch from 6b87787 to 54106f7 Compare September 16, 2021 07:32
* @psalm-var ArrayCollection<array-key, PluginInfo>
*/
private $plugins;
private ArrayCollection $plugins;
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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.

3 participants