-
-
Notifications
You must be signed in to change notification settings - Fork 46
feat(server): handle signals to enable graceful termination #459
base: develop
Are you sure you want to change the base?
Conversation
4cc5995
to
08ea403
Compare
Codecov Report
@@ Coverage Diff @@
## develop #459 +/- ##
=============================================
- Coverage 86.03% 83.20% -2.84%
- Complexity 654 723 +69
=============================================
Files 96 109 +13
Lines 2070 2257 +187
=============================================
+ Hits 1781 1878 +97
- Misses 289 379 +90
|
d09b4a8
to
e738805
Compare
|
||
final class SwooleErrorOnConsoleTerminateEvent | ||
{ | ||
public function onConsoleTerminate(ConsoleTerminateEvent $event): void |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove the unused function parameter "$event".
|
||
final class SwooleErrorOnConsoleTerminateEvent | ||
{ | ||
public function onConsoleTerminate(ConsoleTerminateEvent $event): void |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Avoid unused parameters such as '$event'.
b3d4eef
to
b3a7bd4
Compare
b3a7bd4
to
d7e84ed
Compare
d7e84ed
to
3b91333
Compare
483be61
to
f26faa6
Compare
f26faa6
to
26e0c21
Compare
Code Climate has analyzed commit 26e0c21 and detected 5 issues on this pull request. Here's the issue category breakdown:
The test coverage on the diff in this pull request is 56.6% (50% is the threshold). This pull request will bring the total coverage in the repository to 81.3% (-4.7% change). View more on Code Climate. |
No description provided.