ThisCallOnStaticMethodToStaticCallRector

pull/7361/head
Your Name 5 days ago
parent ca5d9f3db5
commit 24e0548fb4

@ -151,7 +151,7 @@ class MediaStorageService
}
// Hardened HEAD (IP-validated, pinned, no internal redirects).
$head = $this->head($url);
$head = static::head($url);
if (! $head) {
return;
@ -242,7 +242,7 @@ class MediaStorageService
return;
}
$head = $this->head($url);
$head = static::head($url);
if ($head == false) {
return;

Loading…
Cancel
Save