Skip to content

Commit

Permalink
Merge pull request #459 from sunnysideup/patch-3
Browse files Browse the repository at this point in the history
PATCH: fix docblock for FIle::find
  • Loading branch information
emteknetnz authored Jul 26, 2021
2 parents 42ee290 + 627be98 commit 1890fcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/File.php
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ public function exists()
* Find a File object by the given filename.
*
* @param string $filename Filename to search for, including any custom parent directories.
* @return File
* @return File|null
*/
public static function find($filename)
{
Expand Down

0 comments on commit 1890fcc

Please sign in to comment.