Fixed incorrect typehint

This commit is contained in:
Chris Kankiewicz
2019-12-23 10:27:38 -07:00
parent 4855c39eff
commit 38ef11a47e

View File

@@ -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 = '.')
{