mirror of
https://github.com/skipperbent/simple-php-router.git
synced 2026-06-17 08:47:52 +00:00
Added missing phpDocs for parameters.
This commit is contained in:
@@ -97,9 +97,11 @@ class InputHandler
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* @param array $files Array with files to parse
|
||||||
|
* @param string|null $parentKey Key from parent (used when parsing nested array).
|
||||||
* @return array
|
* @return array
|
||||||
*/
|
*/
|
||||||
public function parseFiles(array $files, $parentKey = null): array
|
public function parseFiles(array $files, ?string $parentKey = null): array
|
||||||
{
|
{
|
||||||
$list = [];
|
$list = [];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user