Logger is now required
This commit is contained in:
parent
0313bf312a
commit
5a33a99cb0
12 changed files with 217 additions and 98 deletions
|
|
@ -11,8 +11,18 @@
|
|||
|
||||
namespace FFMpeg;
|
||||
|
||||
use Monolog\Logger;
|
||||
|
||||
/**
|
||||
* FFMpeg Adapter interface
|
||||
*
|
||||
* @author Romain Neutron imprec@gmail.com
|
||||
*/
|
||||
interface AdapterInterface
|
||||
{
|
||||
|
||||
public static function load(\Monolog\Logger $logger);
|
||||
/**
|
||||
* Loads the adapter
|
||||
*/
|
||||
public static function load(Logger $logger);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue