Skip to content

Commit 8f09461

Browse files
committed
use typehint
1 parent d557fc3 commit 8f09461

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Filesystem.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44

55
class Filesystem
66
{
7-
/** @var string */
8-
private $basePath;
7+
private string $basePath;
98

109
public function __construct(string $basePath)
1110
{

0 commit comments

Comments
 (0)