Actions
Task #97716
closedReplace single quotes by double quotes in annotations
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2022-05-31
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Doctrine (now?) doe not allow values to be surrounded by single quotes. It expects a `PlainValue` but struggles over the quotes. Replacing the single with double quotes solves this.
`[Syntax Error] Expected PlainValue, got ''' at position ***`
This issue was automatically created from https://github.com/TYPO3/typo3/pull/383
Actions