Skip to content

Commit

Permalink
Update src/ViewRenderer.php
Browse files Browse the repository at this point in the history
Co-authored-by: Alexander Makarov <[email protected]>
  • Loading branch information
vjik and samdark authored Jun 19, 2024
1 parent 49c72e8 commit 305b60f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ViewRenderer.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ final class ViewRenderer implements ViewContextInterface
* @param Aliases $aliases The aliases instance.
* @param WebView $view The web view instance.
* @param string|null $viewPath The full path to the directory of views or its alias. If null, relative view paths
* in {@see ViewRenderer::render()} is not available.
* in {@see ViewRenderer::render()} are not available.
* @param string|null $layout The full path to the layout file to be applied to views. If null, the layout will
* not be applied.
* @param array $injections The injection instances or class names.
Expand Down

0 comments on commit 305b60f

Please sign in to comment.