Code Coverage |
||||||||||
Classes and Traits |
Functions and Methods |
Lines |
||||||||
| Total | n/a |
0 / 0 |
n/a |
0 / 0 |
CRAP | n/a |
0 / 0 |
|||
| App\Config | n/a |
0 / 0 |
n/a |
0 / 0 |
0 | n/a |
0 / 0 |
|||
| <?php | |
| namespace App; | |
| /** | |
| * Application configuration | |
| * | |
| * PHP version 7.0 | |
| */ | |
| class Config | |
| { | |
| /** | |
| * Show or hide error messages on screen | |
| * @var boolean | |
| */ | |
| const SHOW_ERRORS = true; | |
| } |