Skip to content

Commit

Permalink
Extra comment clarification
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Jun 26, 2024
1 parent e9b877a commit 6f656e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/framework/src/Support/Includes.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public static function path(?string $filename = null): string
*
* @param string $filename The name of the partial file, including the extension.
* @param string|null $default The default value to return if the partial is not found.
* @return string|null The contents of the partial file, or the default value if not found.
* @return string|null The raw contents of the partial file, or the default value if not found.
*/
public static function get(string $filename, ?string $default = null): ?string
{
Expand Down

0 comments on commit 6f656e4

Please sign in to comment.