Skip to content

Commit 0e0265f

Browse files
authored
fix CS
1 parent e000f00 commit 0e0265f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Github/Tests/HttpClient/Plugin/GithubExceptionThrowerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ public static function responseProvider()
206206
[
207207
'message' => 'Validation Failed',
208208
'errors' => ['We cannot delete an active deployment unless it is the only deployment in a given environment.'],
209-
'documentation_url' => 'https://docs.github.com/rest/reference/repos#delete-a-deployment'
209+
'documentation_url' => 'https://docs.github.com/rest/reference/repos#delete-a-deployment',
210210
]
211211
)
212212
),

0 commit comments

Comments
 (0)