1 | <?php |
||
19 | class PhpstormMetaRenderer implements RendererInterface |
||
20 | { |
||
21 | /** |
||
22 | * @var string |
||
23 | */ |
||
24 | private $method; |
||
25 | |||
26 | /** |
||
27 | * PhpstormMetaRenderer constructor. |
||
28 | * |
||
29 | * @param string $method |
||
30 | */ |
||
31 | public function __construct(string $method = 'get') |
||
35 | |||
36 | /** |
||
37 | * @inheritdoc |
||
38 | */ |
||
39 | public function render(array $classes): string |
||
62 | } |
||
63 |