| Total Complexity | 2 |
| Total Lines | 24 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 1 | Features | 1 |
| 1 | <? |
||
| 6 | class ModelAranguentCommand extends IlluminateModelMakeCommand |
||
| 7 | { |
||
| 8 | protected $deferred = true; |
||
| 9 | protected $defer = true; |
||
| 10 | |||
| 11 | /** |
||
| 12 | * The console command name. |
||
| 13 | * |
||
| 14 | * @var string |
||
| 15 | */ |
||
| 16 | protected $name = 'aranguent:model'; |
||
| 17 | |||
| 18 | /** |
||
| 19 | * Get the stub file for the generator. |
||
| 20 | * |
||
| 21 | * @return string |
||
| 22 | */ |
||
| 23 | protected function getStub() |
||
| 30 | } |
||
| 31 | } |
Short opening tags are disabled in PHP?s default configuration. In such a case, all content of this file is output verbatim to the browser without being parsed, or executed.
As a precaution to avoid these problems better use the long opening tag
<?php.