Skip to content

Commit

Permalink
docs: update @param
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Dec 21, 2023
1 parent ed4fce1 commit 8a8fed9
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions system/Autoloader/FileLocatorInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ interface FileLocatorInterface
* Attempts to locate a file by examining the name for a namespace
* and looking through the PSR-4 namespaced files that we know about.
*
* @param string $file The relative file path or namespaced file to
* locate. If not namespaced, search in the app
* folder.
* @param string|null $folder The folder within the namespace that we should
* look for the file. If $file does not contain
* this value, it will be appended to the namespace
* folder.
* @param string $ext The file extension the file should have.
* @param string $file The relative file path or namespaced file to
* locate. If not namespaced, search in the app
* folder.
* @param non-empty-string|null $folder The folder within the namespace that we should
* look for the file. If $file does not contain
* this value, it will be appended to the namespace
* folder.
* @param string $ext The file extension the file should have.
*
* @return false|string The path to the file, or false if not found.
*/
Expand Down

0 comments on commit 8a8fed9

Please sign in to comment.