We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b649f2a commit 9476a23Copy full SHA for 9476a23
src/Controller/ResourceController.php
@@ -75,7 +75,7 @@ public function loadConfig()
75
*
76
* @return \Symfony\Component\HttpFoundation\Response
77
*/
78
- public function get($path)
+ public function get(string $path)
79
{
80
81
$docroot = $this->configuration['sourceDirectory'];
0 commit comments