1 | <?php |
||
11 | class BackpackCrudRequestService extends ServiceAbstract implements ServiceInterface |
||
12 | { |
||
13 | use CanGenerateFile; |
||
14 | |||
15 | protected $key = 'crudRequest'; |
||
16 | |||
17 | public function getConsoleOutput() { |
||
20 | |||
21 | protected function buildFileContent() |
||
27 | |||
28 | protected function replaceValidationRules() |
||
32 | |||
33 | } |
||
34 |
Overly long lines are hard to read on any screen. Most code styles therefor impose a maximum limit on the number of characters in a line.