Skip to content

Commit

Permalink
add change - follow system
Browse files Browse the repository at this point in the history
  • Loading branch information
ArrayIterator committed Oct 19, 2023
1 parent 1b45699 commit f4368b9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Uploader/UploadedFileMetadata.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ public function __construct(

/**
* @param bool $pathOnly
* @param bool $withTiming
* @return array{
* id: ?string,
* request_id: string,
Expand All @@ -56,7 +55,7 @@ public function __construct(
* timing: array,
* }
*/
public function toArray(bool $pathOnly = false, bool $withTiming = true): array
public function toArray(bool $pathOnly = false): array
{
$uploadedFile = $this->uploadedFile;
$fileName = $uploadedFile->getClientFilename();
Expand Down

0 comments on commit f4368b9

Please sign in to comment.