File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ namespace Doctrine\ORM\Mapping;
4242 * nullable?: bool,
4343 * }
4444 * @phpstan-type AssociationMapping = array{
45- * cache?: array ,
45+ * cache?: mixed[] ,
4646 * cascade: array<string>,
4747 * declared?: class-string,
4848 * fetch: mixed,
@@ -60,15 +60,15 @@ namespace Doctrine\ORM\Mapping;
6060 * isOwningSide: bool,
6161 * joinColumns?: array<JoinColumnData>,
6262 * joinColumnFieldNames?: array<string, string>,
63- * joinTable?: array ,
63+ * joinTable?: mixed[] ,
6464 * joinTableColumns?: list<mixed>,
6565 * mappedBy: string|null,
66- * orderBy?: array ,
66+ * orderBy?: mixed[] ,
6767 * originalClass?: class-string,
6868 * originalField?: string,
6969 * orphanRemoval?: bool,
70- * relationToSourceKeyColumns?: array ,
71- * relationToTargetKeyColumns?: array ,
70+ * relationToSourceKeyColumns?: mixed[] ,
71+ * relationToTargetKeyColumns?: mixed[] ,
7272 * sourceEntity: class-string,
7373 * sourceToTargetKeyColumns?: array<string, string>,
7474 * targetEntity: class-string,
You can’t perform that action at this time.
0 commit comments