Skip to content

Commit 9476a23

Browse files
committed
Need argument hint for PHP 7.1
1 parent b649f2a commit 9476a23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Controller/ResourceController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public function loadConfig()
7575
*
7676
* @return \Symfony\Component\HttpFoundation\Response
7777
*/
78-
public function get($path)
78+
public function get(string $path)
7979
{
8080

8181
$docroot = $this->configuration['sourceDirectory'];

0 commit comments

Comments
 (0)