Fix PHPDoc

This commit is contained in:
Philipp Lang 2023-12-19 01:55:09 +01:00
parent 287ba39dc0
commit b4dbd7d312
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ use Illuminate\Support\Facades\Facade;
* @method static void assertCompiled(class-string<Document> $documentClass, Closure(Document): bool $check)
* @method static void assertCompiledContent(class-string<Document> $documentClass, string $contnet)
* @method static BaseCompiler compile(Document $document)
* @method static BaseCompiler merge(array<int, Documents> $documents)
* @method static BaseCompiler merge(array<int, Document> $documents)
*/
class Tex extends Facade
{