NelmioApiDocBundle/Render/Html
Encre Informatique 4148dfda25
fixed : add doc blocks to silence Symfony deprecations (#1922)
* fixed : add doc blocks to silence Symfony deprecations

Symfony 5.4 returning deprecations about 
```
User Deprecated: Method "Twig\Extension\ExtensionInterface::getFunctions()" might add "array" as a native return type declaration in the future.
Do the same in implementation "Nelmio\ApiDocBundle\Render\Html\GetNelmioAsset" now to avoid errors or add an explicit @return annotation to suppress this message.
```

* fixed : native hint
2021-12-11 13:58:33 +01:00
..
AssetsMode.php Enable dumping html docs with cdn and offline assets 2021-06-27 09:24:35 +02:00
GetNelmioAsset.php fixed : add doc blocks to silence Symfony deprecations (#1922) 2021-12-11 13:58:33 +01:00
HtmlOpenApiRenderer.php Fix support without twig (#1878) 2021-09-22 23:43:32 +02:00