Skip to content

Commit

Permalink
Merge pull request cakephp#817 from cakephp/annotations
Browse files Browse the repository at this point in the history
Add missing template annotations.
  • Loading branch information
markstory authored Nov 10, 2020
2 parents 32b4863 + 6315be3 commit e4d2eec
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions templates/Error/error400.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
<?php
/**
* @var \App\View\AppView $this
* @var \Cake\Database\StatementInterface $error
* @var string $message
* @var string $url
*/
use Cake\Core\Configure;
use Cake\Error\Debugger;
Expand Down
3 changes: 3 additions & 0 deletions templates/Error/error500.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
<?php
/**
* @var \App\View\AppView $this
* @var \Cake\Database\StatementInterface $error
* @var string $message
* @var string $url
*/
use Cake\Core\Configure;
use Cake\Error\Debugger;
Expand Down

0 comments on commit e4d2eec

Please sign in to comment.