mirror of
https://github.com/DirectoryLister/DirectoryLister.git
synced 2025-09-02 02:12:37 +02:00
Fixed incorrect typehint
This commit is contained in:
@@ -24,8 +24,8 @@ class FileInfoController
|
||||
/**
|
||||
* Invoke the FileInfoController.
|
||||
*
|
||||
* @param \App\Http\Response $response
|
||||
* @param string $path
|
||||
* @param \Slim\Psr7\Response $response
|
||||
* @param string $path
|
||||
*/
|
||||
public function __invoke(Response $response, string $path = '.')
|
||||
{
|
||||
|
Reference in New Issue
Block a user