We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 678f62f commit 859ee0dCopy full SHA for 859ee0d
src/Feature.php
@@ -29,7 +29,7 @@
29
* @method static void purge(string|array|null $features = null)
30
* @method static string name(string $feature)
31
* @method static array nameMap()
32
- * @method static void instance(void $name)
+ * @method static mixed instance(string $name)
33
* @method static \Laravel\Pennant\Contracts\Driver getDriver()
34
* @method static void macro(string $name, object|callable $macro)
35
* @method static void mixin(object $mixin, bool $replace = true)
0 commit comments