Skip to content

Commit 859ee0d

Browse files
authored
Update Feature.php (#147)
1 parent 678f62f commit 859ee0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Feature.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
* @method static void purge(string|array|null $features = null)
3030
* @method static string name(string $feature)
3131
* @method static array nameMap()
32-
* @method static void instance(void $name)
32+
* @method static mixed instance(string $name)
3333
* @method static \Laravel\Pennant\Contracts\Driver getDriver()
3434
* @method static void macro(string $name, object|callable $macro)
3535
* @method static void mixin(object $mixin, bool $replace = true)

0 commit comments

Comments
 (0)