File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
lib/Doctrine/ODM/MongoDB/Mapping Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 85
85
* version?: bool,
86
86
* lock?: bool,
87
87
* inherited?: string,
88
- * declared?: class-string
88
+ * declared?: class-string,
89
+ * prime?: list<string>
89
90
* }
90
91
* @psalm-type FieldMapping = array{
91
92
* type: string,
99
100
* isOwningSide: bool,
100
101
* isInverseSide: bool,
101
102
* strategy?: string,
102
- * notSaved?: bool,
103
103
* association?: int,
104
104
* id?: bool,
105
105
* collectionClass?: class-string,
124
124
* lock?: bool,
125
125
* notSaved?: bool,
126
126
* inherited?: string,
127
- * declared?: class-string
127
+ * declared?: class-string,
128
+ * prime?: list<string>
128
129
* }
129
130
* @psalm-type AssociationFieldMapping = array{
130
131
* type: string,
162
163
* lock?: bool,
163
164
* notSaved?: bool,
164
165
* inherited?: string,
165
- * declared?: class-string
166
+ * declared?: class-string,
167
+ * prime?: list<string>
166
168
* }
167
169
* @psalm-type IndexKeys = array<string, mixed>
168
170
* @psalm-type IndexOptions = array<string, mixed>
You can’t perform that action at this time.
0 commit comments