Skip to content

Commit e872743

Browse files
committed
PHP Docs
1 parent e0a35b8 commit e872743

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

App/Views/Layouts/layout.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php /** @var $this \MvcCore\View */ ?><!DOCTYPE HTML>
1+
<?php /** @var \MvcCore\View $this */ ?><!DOCTYPE HTML>
22
<html lang="en-US">
33
<head>
44
<meta charset="UTF-8" />
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php /** @var $this \MvcCore\View */ ?>
1+
<?php /** @var \MvcCore\View $this */ ?>
22
<h1>Oooops!</h1>
33
<p><?=$title?></p>
44
<p><?=$message?></p>

App/Views/Scripts/index/home.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php /** @var $this \MvcCore\View */ ?>
1+
<?php /** @var \MvcCore\View $this */ ?>
22

33
<h1><?=$title?></h1>
44

0 commit comments

Comments
 (0)