1 | <?php |
||
19 | class SwaggerController |
||
20 | { |
||
21 | /* |
||
22 | * @var Finder |
||
23 | */ |
||
24 | private $finder; |
||
25 | |||
26 | /** |
||
27 | * @var string |
||
28 | */ |
||
29 | private $rootDir; |
||
30 | |||
31 | /** |
||
32 | * @param Finder $finder symfony/finder instance |
||
33 | * @param string $rootDir symfomy root dir |
||
34 | */ |
||
35 | public function __construct(Finder $finder, $rootDir) |
||
40 | |||
41 | /** |
||
42 | * @return JsonResponse Response with result or error |
||
43 | */ |
||
44 | public function swaggerAction() |
||
63 | } |
||
64 |
This class, trait or interface has been deprecated. The supplier of the file has supplied an explanatory message.
The explanatory message should give you some clue as to whether and when the type will be removed from the class and what other constant to use instead.