1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-06 13:16:39 +02:00

Mark TestCase internal until PHPStorm handles this better, fixes #1677

This commit is contained in:
Jordi Boggiano
2022-06-09 10:40:17 +02:00
parent 64854f09da
commit eac0c22ad2

View File

@@ -22,6 +22,8 @@ use Monolog\Formatter\FormatterInterface;
*
* @phpstan-import-type Record from \Monolog\Logger
* @phpstan-import-type Level from \Monolog\Logger
*
* @internal feel free to reuse this to test your own handlers, this is marked internal to avoid issues with PHPStorm https://github.com/Seldaek/monolog/issues/1677
*/
class TestCase extends \PHPUnit\Framework\TestCase
{