| Conditions | 1 |
| Paths | 1 |
| Total Lines | 11 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 0 |
| CRAP Score | 2 |
| Changes | 0 | ||
| 1 | <?php |
||
| 27 | private function getSidebarString() |
||
|
|
|||
| 28 | { |
||
| 29 | return <<<FILE |
||
| 30 | |||
| 31 | <li> |
||
| 32 | <a href="{{ backpack_url('{$this->command->naming['routeFile']->getName()}') }}"> |
||
| 33 | <i class="fa fa-question"></i><span>{{ trans('models.{$this->command->naming['languageFile']->getName()}.plural') }}</span> |
||
| 34 | </a> |
||
| 35 | </li> |
||
| 36 | FILE; |
||
| 37 | } |
||
| 38 | } |
||
| 39 |
Our type inference engine in quite powerful, but sometimes the code does not provide enough clues to go by. In these cases we request you to add a
@returnannotation as described here.