File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ class TranslatingUnmappedPropertiesTest_Entity
55
55
#[Polyglot \TranslationCollection]
56
56
protected Collection $ translations ;
57
57
58
- #[ORM \Column(type: " string " )]
58
+ #[ORM \Column(type: ' string ' )]
59
59
public $ mappedText ;
60
60
61
61
// (!) This field is unmapped from the ORM point of view
@@ -90,14 +90,14 @@ class TranslatingUnmappedPropertiesTest_Translation
90
90
#[ORM \GeneratedValue]
91
91
private ?int $ id = null ;
92
92
93
- #[ORM \Column(type: " string " )]
93
+ #[ORM \Column(type: ' string ' )]
94
94
#[Polyglot \Locale]
95
95
private string $ locale ;
96
96
97
97
#[ORM \ManyToOne(targetEntity: TranslatingUnmappedPropertiesTest_Entity::class, inversedBy: 'translations ' )]
98
98
private TranslatingUnmappedPropertiesTest_Entity $ entity ;
99
99
100
- #[ORM \Column(type: " string " )]
100
+ #[ORM \Column(type: ' string ' )]
101
101
private $ mappedText ;
102
102
103
103
// (!) This field is unmapped from the ORM point of view
You can’t perform that action at this time.
0 commit comments