Skip to content

Commit 21239db

Browse files
authored
Merge pull request #319 from binaryfire/fix/app-facade-docblock-return-types
fix: App facade docblock return types for get() and make()
2 parents df1da4c + 4705e01 commit 21239db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/support/src/Facades/App.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
* @method static string getFallbackLocale()
4545
* @method static void setLocale(string $locale)
4646
* @method static string getNamespace()
47-
* @method static void make(string $name, array $parameters = [])
48-
* @method static void get(string $id)
47+
* @method static mixed make(string $name, array $parameters = [])
48+
* @method static mixed get(string $id)
4949
* @method static void set(string $name, mixed $entry)
5050
* @method static void unbind(string $name)
5151
* @method static void remove(string $name)

0 commit comments

Comments
 (0)