We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fceede8 commit 5fb1fb4Copy full SHA for 5fb1fb4
views/layouts/main.php
@@ -5,8 +5,8 @@
5
6
ResourcesAsset::register($this);
7
8
-/* @var $this luya\web\View */
9
-/* @var $content string */
+/** @var luya\web\View $this */
+/** @var string $content */
10
11
$this->beginPage();
12
?>
0 commit comments