ajout de la partie slam dans le dossier web
This commit is contained in:
13
ap23/web/doku/vendor/splitbrain/php-cli/src/PSR3CLI.php
vendored
Normal file
13
ap23/web/doku/vendor/splitbrain/php-cli/src/PSR3CLI.php
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace splitbrain\phpcli;
|
||||
|
||||
use Psr\Log\LoggerInterface;
|
||||
|
||||
/**
|
||||
* Class PSR3CLI
|
||||
*
|
||||
* The same as CLI, but implements the PSR-3 logger interface
|
||||
*/
|
||||
abstract class PSR3CLI extends CLI implements LoggerInterface {
|
||||
}
|
Reference in New Issue
Block a user