FormatterInterface.php 266 B

12345678910
  1. <?php
  2. namespace Grav\Framework\File\Formatter;
  3. use Grav\Framework\File\Interfaces\FileFormatterInterface;
  4. /**
  5. * @deprecated 1.6 Use Grav\Framework\File\Interfaces\FileFormatterInterface instead
  6. */
  7. interface FormatterInterface extends FileFormatterInterface {};