Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
donatj committed Jan 19, 2024
1 parent 4620191 commit 76d1ae0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -72,4 +72,4 @@ Do not rely on the order in which files are required.

##### Returns:

- ***array*** - The result as a map of filename to return value.
- ***array<string,mixed>*** - The result as a map of filename to return value.
2 changes: 1 addition & 1 deletion src/Loader.php
Expand Up @@ -27,7 +27,7 @@ public function __construct( string $path, bool $once = false ) {
* Do not rely on the order in which files are required.
*
* @param string $regex A regex to filter the files to require
* @return array The result as a map of filename to return value.
* @return array<string,mixed> The result as a map of filename to return value.
*/
public function __invoke( string $regex = "/\\.php$/" ) : array {
$output = [];
Expand Down

0 comments on commit 76d1ae0

Please sign in to comment.