Skip to content

Commit cebb2ae

Browse files
keradusnicolas-grekas
authored andcommitted
chore: CS fixes
1 parent ef909ca commit cebb2ae

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Tests/SignalListener.php

+4-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@
99
* file that was distributed with this source code.
1010
*/
1111

12-
pcntl_signal(\SIGUSR1, function () { echo 'SIGUSR1'; exit; });
12+
pcntl_signal(\SIGUSR1, function () {
13+
echo 'SIGUSR1';
14+
exit;
15+
});
1316

1417
echo 'Caught ';
1518

0 commit comments

Comments
 (0)