Skip to content

Commit 4dd28a6

Browse files
committed
fix
1 parent 7f6189a commit 4dd28a6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
- Bug #295: Remove unnecessary `CacheKeyNormalizer` instance creation in `CachedContent` (@samdark)
77
- Enh #295: Minor refactor `ViewTrait::getParameter()` and `ViewTrait::resolveViewFilePath()` (@samdark)
88
- Bug #300: Fix renderer selection for view files with double extensions (@vjik)
9+
- Enh #302: Explicitly import classes, functions, and constants in "use" section (@vjik)
910

1011
## 12.2.2 December 07, 2025
1112

src/WebView.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ public function endPage(bool $ajaxMode = false): void
194194
* Renders a view in response to an AJAX request.
195195
*
196196
* This method is similar to {@see render()} except that it will surround the view being rendered with the calls of
197-
* {@see beginPage()}, {@see Head()}, {@see beginBody()}, {@see endBody()} and {@see endPage()}. By doing so, the
197+
* {@see beginPage()}, {@see head()}, {@see beginBody()}, {@see endBody()} and {@see endPage()}. By doing so, the
198198
* method is able to inject into the rendering result with JS/CSS scripts and files that are registered with the
199199
* view.
200200
*

0 commit comments

Comments
 (0)