refactor: susun semula struktur folder — Laravel source ke src/
This commit is contained in:
18
vendor/thecodingmachine/safe/generated/8.1/fpm.php
vendored
Normal file
18
vendor/thecodingmachine/safe/generated/8.1/fpm.php
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
namespace Safe;
|
||||
|
||||
use Safe\Exceptions\FpmException;
|
||||
|
||||
/**
|
||||
* @throws FpmException
|
||||
*
|
||||
*/
|
||||
function fastcgi_finish_request(): void
|
||||
{
|
||||
error_clear_last();
|
||||
$safeResult = \fastcgi_finish_request();
|
||||
if ($safeResult === false) {
|
||||
throw FpmException::createFromPhpError();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user