Skip to content

Commit 634b867

Browse files
committed
Fix doctrine test with wrong json type
1 parent af934c9 commit 634b867

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Functional/Entity/Job.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ class Job extends BaseJob
9595
/**
9696
* @var array
9797
*
98-
* @ORM\Column(name="data", type="json_array", nullable=true)
98+
* @ORM\Column(name="data", type="json", nullable=true)
9999
*/
100100
protected $data;
101101

0 commit comments

Comments
 (0)