Skip to content

Commit 5d7debf

Browse files
committed
Merge branch '2.x' of github.com:BabDev/laravel-server-push-manager into 2.x
2 parents 5b23e3a + 0dfc545 commit 5d7debf

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/Facades/PushManager.php

+8-8
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
use Psr\Link\EvolvableLinkProviderInterface;
77

88
/**
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 = [])
1717
*
1818
* @see \BabDev\ServerPushManager\PushManager
1919
*/

0 commit comments

Comments
 (0)