Skip to content

Commit

Permalink
PHP Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tomFlidr committed Apr 29, 2021
1 parent e4da6d5 commit 1cbdc10
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion App/Views/Layouts/layout.phtml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
/** @var $this \MvcCore\View */
/** @var \MvcCore\View $this */
?><!DOCTYPE HTML>
<html lang="en-US">
<head>
Expand Down
2 changes: 1 addition & 1 deletion App/Views/Scripts/index/error.phtml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php /** @var $this \MvcCore\View */ ?>
<?php /** @var \MvcCore\View $this */ ?>
<h1>Oooops!</h1>
<p><?=$title?></p>
<p><?=$message?></p>
2 changes: 1 addition & 1 deletion App/Views/Scripts/index/index.phtml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php /** @var $this \MvcCore\View */ ?>
<?php /** @var \MvcCore\View $this */ ?>

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

Expand Down

0 comments on commit 1cbdc10

Please sign in to comment.