Skip to content

fix: diff of Doctrine annotations #1521

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

Merged
merged 4 commits into from
Mar 29, 2022
Merged

Conversation

bouffa
Copy link
Contributor

@bouffa bouffa commented Mar 24, 2022

I had to change these lines to fix some issues :

Line 406

-#[ORM\Column(type="text")]
+#[ORM\Column(type: "text")]

Line 420 and Line 481

-#[ORM\Column]
+#[ORM\Column(type: "datetime")]

@alanpoulain alanpoulain changed the title Fix diff of Doctrine annotations fix: diff of Doctrine annotations Mar 29, 2022
@alanpoulain alanpoulain merged commit 9b49010 into api-platform:2.6 Mar 29, 2022
@alanpoulain
Copy link
Member

Thanks!

soyuka added a commit that referenced this pull request Mar 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants