Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 72bcd7a

Browse files
Fix doctrine test with wrong json type
1 parent e8a1cfc commit 72bcd7a

File tree

1 file changed

+1
-1
lines changed
  • pkg/job-queue/Tests/Functional/Entity

1 file changed

+1
-1
lines changed

‎pkg/job-queue/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)

AltStyle によって変換されたページ (->オリジナル) /