|
6 | 6 | use Psr\Link\EvolvableLinkProviderInterface; |
7 | 7 |
|
8 | 8 | /** |
9 | | - * @method static EvolvableLinkProviderInterface getLinkProvider() |
10 | | - * @method static void setLinkProvider(EvolvableLinkProviderInterface $linkProvider) |
11 | | - * @method static string link(string $uri, string|string[] $rel, array $attributes = []) |
12 | | - * @method static string preload(string $uri, array $attributes = []) |
13 | | - * @method static string dnsPrefetch(string $uri, array $attributes = []) |
14 | | - * @method static string preconnect(string $uri, array $attributes = []) |
15 | | - * @method static string prefetch(string $uri, array $attributes = []) |
16 | | - * @method static string prerender(string $uri, array $attributes = []) |
| 9 | + * @method static \Psr\Link\EvolvableLinkProviderInterface getLinkProvider() |
| 10 | + * @method static void setLinkProvider(\Psr\Link\EvolvableLinkProviderInterface $linkProvider) |
| 11 | + * @method static string link(string $uri, string|string[] $rel, array $attributes = []) |
| 12 | + * @method static string preload(string $uri, array $attributes = []) |
| 13 | + * @method static string dnsPrefetch(string $uri, array $attributes = []) |
| 14 | + * @method static string preconnect(string $uri, array $attributes = []) |
| 15 | + * @method static string prefetch(string $uri, array $attributes = []) |
| 16 | + * @method static string prerender(string $uri, array $attributes = []) |
17 | 17 | * |
18 | 18 | * @see \BabDev\ServerPushManager\PushManager |
19 | 19 | */ |
|
0 commit comments