Skip to content

Commit

Permalink
[TASK] Add missing type declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
Atomschinken committed Mar 11, 2024
1 parent 2cdc353 commit 59895be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/Xclass/DriverTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

trait DriverTrait
{
public function getPublicUrl($identifier): ?string
public function getPublicUrl(string $identifier): ?string
{
if ($this->fileExists($identifier)) {
$fileInfo = $this->getFileInfoByIdentifier($identifier, ['mimetype']);
Expand Down

0 comments on commit 59895be

Please sign in to comment.