Fixed phpstan error

This commit is contained in:
Jan Böhmer 2026-06-29 00:08:44 +02:00
parent 214646caa6
commit 7244803937

View file

@ -133,7 +133,6 @@ class InfoProviderReference
* @param string $provider_key
* @param string $provider_id
* @param string|null $provider_url
* @param \DateTimeImmutable|null $last_updated
* @return self
*/
public static function providerReference(string $provider_key, string $provider_id, ?string $provider_url = null): self