Skip to content

Commit 9750ab1

Browse files
committed
fix PHP 7.4 error
1 parent 174c132 commit 9750ab1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entities/GitHub/GitHubPullRequest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ public function failedCIjobs(string $hash) : array {
149149
}
150150
}
151151
}
152-
} catch (\Github\Exception\RuntimeException) {
152+
} catch (\Github\Exception\RuntimeException $ex) {
153153
// ignore; may be a temporary error
154154
}
155155
return $failed;

0 commit comments

Comments
 (0)