8000 [9.x] Vite by jessarcher · Pull Request #42785 · laravel/framework · GitHub
[go: up one dir, main page]

Skip to content

[9.x] Vite #42785

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 14 commits into from
Jun 22, 2022
Prev Previous commit
Next Next commit
update docblock
  • Loading branch information
timacdonald committed May 25, 2022
commit 1769f727337a166f9d1e80d834c35e3a0dcc895c
2 changes: 1 addition & 1 deletion src/Illuminate/View/Compilers/Concerns/CompilesHelpers.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ protected function compileMethod($method)
/**
* Compile the "vite" statements into valid PHP.
*
* @param string $arguments
* @param ?string $arguments
* @return string
*/
protected function compileVite($arguments)
Expand Down
0