diff options
Diffstat (limited to 'includes/http/GuzzleHttpRequest.php')
-rw-r--r-- | includes/http/GuzzleHttpRequest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/http/GuzzleHttpRequest.php b/includes/http/GuzzleHttpRequest.php index d86dd6921363..f5c343877cf9 100644 --- a/includes/http/GuzzleHttpRequest.php +++ b/includes/http/GuzzleHttpRequest.php @@ -63,7 +63,7 @@ class GuzzleHttpRequest extends MWHttpRequest { * @throws Exception */ public function __construct( - $url, array $options = [], $caller = __METHOD__, Profiler $profiler = null + $url, array $options = [], $caller = __METHOD__, ?Profiler $profiler = null ) { parent::__construct( $url, $options, $caller, $profiler ); |