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

Migrate the rest of the source code to PHP 8 syntax #10509

Merged
merged 1 commit into from
Feb 8, 2023

Conversation

greg0ire
Copy link
Member

@greg0ire greg0ire commented Feb 8, 2023

Closes #9772 (yes, finally!)

None of the remaining changes look legit.

Comment on lines 48 to 49
$locator,
$fileExtension = self::DEFAULT_FILE_EXTENSION,
Copy link
Member

Choose a reason for hiding this comment

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

Types? 🤔

@@ -41,14 +41,14 @@ class XmlDriver extends FileDriver
{
public const DEFAULT_FILE_EXTENSION = '.dcm.xml';
Copy link
Member

Choose a reason for hiding this comment

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

final?

Copy link
Member Author

Choose a reason for hiding this comment

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

SimplifiedXmlDriver overrides it.

Copy link
Member

Choose a reason for hiding this comment

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

😭

@greg0ire greg0ire added this to the 3.0.0 milestone Feb 8, 2023
@greg0ire greg0ire merged commit f86fa17 into doctrine:3.0.x Feb 8, 2023
@greg0ire greg0ire deleted the php8-migration branch February 8, 2023 19:44
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.

2 participants