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

Add native types #812

Merged
merged 1 commit into from
Dec 14, 2023
Merged

Add native types #812

merged 1 commit into from
Dec 14, 2023

Conversation

franmomu
Copy link
Contributor

This PR adds native types using PHPCS

@franmomu franmomu added the Task label Dec 13, 2023
@franmomu franmomu added this to the 5.0.0 milestone Dec 13, 2023
@malarzm malarzm merged commit 6030b58 into doctrine:5.0.x Dec 14, 2023
12 checks passed
@malarzm
Copy link
Member

malarzm commented Dec 14, 2023

Thanks @franmomu!

*
* @return string
*/
/** @internal Symfony 2.8 compatibility */
Copy link
Member

Choose a reason for hiding this comment

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

This looks like something that can be removed.

*
* @return string
*/
/** @internal Symfony 2.8 compatibility */
#[ReturnTypeWillChange]
Copy link
Member

Choose a reason for hiding this comment

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

Since the return type have been modified, this attribute is no longer necessary.

* @param string $class
*
* @return FixtureInterface
* @phpcsSuppress SlevomatCodingStandard.TypeHints.ParameterTypeHint.MissingAnyTypeHint
Copy link
Member

@GromNaN GromNaN Dec 14, 2023

Choose a reason for hiding this comment

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

I hope this will be fixed with doctrine/data-fixtures#455

@franmomu franmomu deleted the add_native_types branch December 14, 2023 16:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants