We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fad4e71 commit 5d477f9Copy full SHA for 5d477f9
src/Illuminate/Support/Facades/Context.php
@@ -27,6 +27,7 @@
27
* @method static mixed popHidden(string $key)
28
* @method static bool stackContains(string $key, mixed $value, bool $strict = false)
29
* @method static bool hiddenStackContains(string $key, mixed $value, bool $strict = false)
30
+ * @method static mixed scope(callable $callback, array $data = [], array $hidden = [])
31
* @method static bool isEmpty()
32
* @method static \Illuminate\Log\Context\Repository dehydrating(callable $callback)
33
* @method static \Illuminate\Log\Context\Repository hydrated(callable $callback)
0 commit comments