mirror of
https://github.com/flarum/core.git
synced 2025-08-08 09:26:34 +02:00
feat: STUBS!
This commit is contained in:
14
php-packages/phpstan/stubs/Illuminate/Logger.stub
Normal file
14
php-packages/phpstan/stubs/Illuminate/Logger.stub
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
namespace Psr\Log {
|
||||
interface LoggerInterface {}
|
||||
}
|
||||
|
||||
namespace Illuminate\Log {
|
||||
|
||||
/**
|
||||
* @mixin \Illuminate\Log\LogManager
|
||||
* @mixin \Monolog\Logger
|
||||
*/
|
||||
class Logger implements \Psr\Log\LoggerInterface {}
|
||||
}
|
Reference in New Issue
Block a user