Skip to content

Commit 3d4a795

Browse files
committed
document facade; bump composer versions
1 parent 411069e commit 3d4a795

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"phpunit/phpunit": "^11.2.5",
3333
"friendsofphp/php-cs-fixer": "^3.59",
3434
"league/statsd": "^2.0.0",
35-
"orchestra/testbench": "^9.1",
35+
"orchestra/testbench": "^9.1|^10.0",
3636
"laravel/facade-documenter": "dev-main",
3737
"phpstan/phpstan": "^1.11",
3838
"datadog/php-datadogstatsd": "^1.6.1",

src/Stats.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
* @method static \Cosmastech\LaravelStatsDAdapter\AdapterManager forgetInstance(array|string|null $name = null)
1717
* @method static void purge(string|null $name = null)
1818
* @method static \Cosmastech\LaravelStatsDAdapter\AdapterManager extend(string $name, \Closure $callback)
19+
* @method static \Cosmastech\LaravelStatsDAdapter\AdapterManager setApplication(\Illuminate\Contracts\Foundation\Application $app)
1920
* @method static void timing(string|UnitEnum $stat, float $durationMs, float $sampleRate = 1, array $tags = [])
2021
* @method static mixed time(callable $closure, string|UnitEnum $stat, float $sampleRate = 1, array $tags = [])
2122
* @method static void gauge(string|UnitEnum $stat, float $value, float $sampleRate = 1, array $tags = [])

0 commit comments

Comments
 (0)