Skip to content

Commit 4a22f3d

Browse files
committed
better match
Signed-off-by: Andy Miller <[email protected]>
1 parent fa56984 commit 4a22f3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/src/Grav/Framework/Form/FormFlashFile.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ public function getStream(): StreamInterface
8989
* @param string $targetPath
9090
* @return void
9191
*/
92-
public function moveTo($targetPath): void
92+
public function moveTo(string $targetPath): void
9393
{
9494
$this->validateActive();
9595

0 commit comments

Comments
 (0)