Skip to content

Commit a1d51fc

Browse files
committed
Internal: Fix property type in API docs
1 parent 1093948 commit a1d51fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CourseBundle/Entity/CLink.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
'url' => ['type' => 'string'],
8585
'title' => ['type' => 'string'],
8686
'description' => ['type' => 'string'],
87-
'category_id' => ['type' => 'int'],
87+
'category_id' => ['type' => 'integer'],
8888
'target' => ['type' => 'string'],
8989
'parentResourceNodeId' => ['type' => 'integer'],
9090
'resourceLinkList' => [

0 commit comments

Comments
 (0)