Skip to content

Commit 10353fd

Browse files
committed
type hint in MockAutoloader::requireFile()
1 parent 360ccc3 commit 10353fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/_support/Autoloader/MockAutoloader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public function setFiles($files)
1616

1717
//--------------------------------------------------------------------
1818

19-
protected function requireFile($file)
19+
protected function requireFile(string $file)
2020
{
2121
return in_array($file, $this->files) ? $file : false;
2222
}

0 commit comments

Comments
 (0)