Skip to content

Commit b12c746

Browse files
committed
Fix issue in Github action 4 - related to different symfony/yaml version
1 parent e04fc83 commit b12c746

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/data/issue/155/compiled-symfony-6.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ paths:
121121
-
122122
name: id
123123
in: path
124-
description: 'User''s ID'
124+
description: "User's ID"
125125
required: true
126126
schema:
127127
type: string

tests/data/issue/155/compiled-symfony-7.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ paths:
121121
-
122122
name: id
123123
in: path
124-
description: 'User''s ID'
124+
description: "User's ID"
125125
required: true
126126
schema:
127127
type: string

0 commit comments

Comments
 (0)