We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ad4995 commit 3a17d41Copy full SHA for 3a17d41
1 file changed
docs/worker.md
@@ -72,10 +72,6 @@ The following example shows how to create your own worker script without relying
72
<?php
73
// public/index.php
74
75
-// Prevent worker script termination when a client connection is interrupted
76
-// This line may be omitted in newer FrankenPHP versions
77
-ignore_user_abort(true);
78
-
79
// Boot your app
80
require __DIR__.'/vendor/autoload.php';
81
0 commit comments