Skip to content

Commit

Permalink
Fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
dmj committed May 2, 2023
1 parent 53a51cd commit 88ec3b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/VuFind/src/VuFind/Record/Cache/RecordCacheEntry.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ final class RecordCacheEntry
/** @var mixed */
public $data;

/** mixed[] */
/** @param mixed[] $data */
public function __construct (string $source, $data)
{
$this->source = $source;
Expand Down

0 comments on commit 88ec3b3

Please sign in to comment.