| 1 | <?php |
||
| 8 | class FaqComposer extends Composer |
||
| 9 | { |
||
| 10 | /** |
||
| 11 | * @var FaqRepository |
||
| 12 | */ |
||
| 13 | protected $faqRepository; |
||
| 14 | |||
| 15 | /** |
||
| 16 | * FaqComposer constructor. |
||
| 17 | * @param FaqRepository $faqRepository |
||
| 18 | */ |
||
| 19 | public function __construct(FaqRepository $faqRepository) |
||
| 23 | |||
| 24 | /** |
||
| 25 | * @param View $view |
||
| 26 | * |
||
| 27 | * @return $view |
||
|
|
|||
| 28 | */ |
||
| 29 | public function compose(View $view) |
||
| 33 | } |
This check marks PHPDoc comments that could not be parsed by our parser. To see which comment annotations we can parse, please refer to our documentation on supported doc-types.