File manager - Edit - /var/www/payraty/helpdesk/vendor/sentry/sentry/src/Integration/RequestFetcherInterface.php
Back
<?php declare(strict_types=1); namespace Sentry\Integration; use Psr\Http\Message\ServerRequestInterface; /** * Allows customizing the request information that is attached to the logged event. * An implementation of this interface can be passed to RequestIntegration. */ interface RequestFetcherInterface { /** * Returns the PSR-7 request object that will be attached to the logged event. */ public function fetchRequest(): ?ServerRequestInterface; }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0.03 |
proxy
|
phpinfo
|
Settings