vendor/knplabs/knp-snappy-bundle/src/Snappy/LoggableGenerator.php line 12

Open in your IDE?
  1. <?php
  2. namespace Knp\Bundle\SnappyBundle\Snappy;
  3. use Knp\Bundle\SnappyBundle\Snappy\Generator\LoggableGenerator as BaseGenerator;
  4. /**
  5.  * This class was unfortunately moved in v1.5.0, thus creating a BC break.
  6.  *
  7.  * @deprecated v1.5.0
  8.  */
  9. class LoggableGenerator extends BaseGenerator
  10. {
  11. }