From b5d406117defbbe44006cffae06b4263dd3b9dc0 Mon Sep 17 00:00:00 2001 From: Michel Roca Date: Sat, 21 Mar 2020 21:29:52 +0100 Subject: [PATCH] Fix profiler nullable string type --- src/Symfony/Component/HttpKernel/Profiler/Profile.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Symfony/Component/HttpKernel/Profiler/Profile.php b/src/Symfony/Component/HttpKernel/Profiler/Profile.php index c18e9980a1477..37b690ed866a2 100644 --- a/src/Symfony/Component/HttpKernel/Profiler/Profile.php +++ b/src/Symfony/Component/HttpKernel/Profiler/Profile.php @@ -101,7 +101,7 @@ public function getIp() return $this->ip; } - public function setIp(string $ip) + public function setIp(?string $ip) { $this->ip = $ip; } @@ -131,7 +131,7 @@ public function getUrl() return $this->url; } - public function setUrl(string $url) + public function setUrl(?string $url) { $this->url = $url; } pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy