We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea9d281 commit 4620b91Copy full SHA for 4620b91
Profiler/Profile.php
@@ -101,7 +101,7 @@ public function getIp()
101
return $this->ip;
102
}
103
104
- public function setIp(string $ip)
+ public function setIp(?string $ip)
105
{
106
$this->ip = $ip;
107
@@ -131,7 +131,7 @@ public function getUrl()
131
return $this->url;
132
133
134
- public function setUrl(string $url)
+ public function setUrl(?string $url)
135
136
$this->url = $url;
137
0 commit comments