diff --git a/packages/framework/src/Support/Includes.php b/packages/framework/src/Support/Includes.php index a032e9ab2dd..6e88fb4506f 100644 --- a/packages/framework/src/Support/Includes.php +++ b/packages/framework/src/Support/Includes.php @@ -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 {