mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-07 20:12:42 +00:00
Fix most coding standards issues in TestSuite/
This commit is contained in:
parent
9a6ad7e1e2
commit
c2f42343a3
19 changed files with 104 additions and 75 deletions
|
@ -30,4 +30,5 @@
|
|||
<?php echo __d('cake_dev', 'If you want to customize this error message, create %s.', APP_DIR . DS . 'View' . DS . 'Errors' . DS . basename(__FILE__)); ?>
|
||||
</p>
|
||||
|
||||
<?php echo $this->element('exception_stack_trace'); ?>
|
||||
<?php
|
||||
echo $this->element('exception_stack_trace');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue