Skip to content

Commit

Permalink
phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
dbu committed Jun 19, 2024
1 parent 123aae8 commit 2ff7d2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Templating/LazyFilterRuntime.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ final class LazyFilterRuntime implements RuntimeExtensionInterface
private ?string $assetVersion;

/**
* @var array|null
* @var array<string, string>|null
*/
private $jsonManifest;

/**
* @var array|null
* @var array<string, string>|null
*/
private $jsonManifestLookup;

Expand Down

0 comments on commit 2ff7d2d

Please sign in to comment.