Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Modernize code#577

Merged
greg0ire merged 1 commit into
doctrine:4.0.xfrom
derrabus:chore/php-8
Jan 13, 2025
Merged

Modernize code#577
greg0ire merged 1 commit into
doctrine:4.0.xfrom
derrabus:chore/php-8

Conversation

@derrabus
Copy link
Copy Markdown
Member

Let's add some PHP 8 fluff. 🦄

@derrabus derrabus added this to the 4.0.0 milestone Jan 12, 2025
@derrabus derrabus requested a review from greg0ire January 12, 2025 23:15
{
/** @var MigrationsFlattener */
private $flattener;
private MigrationsFlattener $flattener;
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.

Argh, looks like I forgot to remove this:

<!-- Disable the rules that will require PHP 7.4 -->
<rule ref="SlevomatCodingStandard.TypeHints.PropertyTypeHint">
<properties>
<property name="enableNativeTypeHint" value="false"/>
</properties>
</rule>

@greg0ire greg0ire merged commit 9b12705 into doctrine:4.0.x Jan 13, 2025
@derrabus derrabus deleted the chore/php-8 branch January 13, 2025 13:03
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.

2 participants