Skip to content

Commit

Permalink
Simplify FQCN
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexVanderbist committed Jan 2, 2024
1 parent 59c1985 commit bea4859
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/FakePdfBuilder.php
Expand Up @@ -8,10 +8,10 @@

class FakePdfBuilder extends PdfBuilder
{
/** @var array<int, \Spatie\LaravelPdf\PdfBuilder> */
/** @var array<int, PdfBuilder> */
protected array $respondedWithPdf = [];

/** @var array<int, \Spatie\LaravelPdf\PdfBuilder> */
/** @var array<int, PdfBuilder> */
protected array $savedPdfs = [];

public function save(string $path): self
Expand Down

0 comments on commit bea4859

Please sign in to comment.