Backups Created:
/home/japatmex/public_html/wp-content/edit-wolf.php
Savvy
W
olf -
MANAGER
Edit File: BarcodeInterface.php
<?php namespace Mpdf\Barcode; interface BarcodeInterface { /** * @return string */ public function getType(); /** * @return mixed[] */ public function getData(); /** * @param string $key * * @return mixed */ public function getKey($key); /** * @return string */ public function getChecksum(); }