From 0c6c948378d6f28636e4de36cc2c3a62c6975440 Mon Sep 17 00:00:00 2001 From: philipp lang Date: Sun, 30 Mar 2025 21:41:50 +0200 Subject: [PATCH] Update phpdocs --- src/Tex.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Tex.php b/src/Tex.php index 277aec0..c22ecd7 100644 --- a/src/Tex.php +++ b/src/Tex.php @@ -6,7 +6,7 @@ use Illuminate\Support\Facades\Facade; /** * @method static void assertNotCompiled(class-string $documentClass) - * @method static void assertCompiled(class-string $documentClass, Closure(Document): bool $check) + * @method static void assertCompiled(class-string $documentClass, (callable(Document): bool) $check) * @method static void assertCompiledContent(class-string $documentClass, string $contnet) * @method static BaseCompiler compile(Document $document) * @method static BaseCompiler merge(array $documents)