diff --git a/src/Wrapper/DompdfWrapperInterface.php b/src/Wrapper/DompdfWrapperInterface.php index 6160ec5..7ee8d2d 100644 --- a/src/Wrapper/DompdfWrapperInterface.php +++ b/src/Wrapper/DompdfWrapperInterface.php @@ -14,9 +14,6 @@ use Nucleos\DompdfBundle\Exception\PdfException; use Symfony\Component\HttpFoundation\StreamedResponse; -/** - * @method StreamedResponse getStreamResponse(string $html, string $filename, array $options = []) - */ interface DompdfWrapperInterface { /**