1 | <?php |
||
11 | class BackpackCrudRequestService extends ServiceAbstract implements ServiceInterface |
||
12 | { |
||
13 | use CanGenerateFile; |
||
14 | |||
15 | protected $key = 'crudRequest'; |
||
16 | |||
17 | public function getConsoleOutput() |
||
21 | |||
22 | protected function buildFileContent() |
||
28 | |||
29 | protected function replaceValidationRules() |
||
33 | |||
34 | } |
||
35 |
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.