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 e0a35b8 commit e872743Copy full SHA for e872743
App/Views/Layouts/layout.phtml
@@ -1,4 +1,4 @@
1
-<?php /** @var $this \MvcCore\View */ ?><!DOCTYPE HTML>
+<?php /** @var \MvcCore\View $this */ ?><!DOCTYPE HTML>
2
<html lang="en-US">
3
<head>
4
<meta charset="UTF-8" />
App/Views/Scripts/index/error.phtml
-<?php /** @var $this \MvcCore\View */ ?>
+<?php /** @var \MvcCore\View $this */ ?>
<h1>Oooops!</h1>
<p><?=$title?></p>
<p><?=$message?></p>
App/Views/Scripts/index/home.phtml
<h1><?=$title?></h1>
0 commit comments