Pārlūkot izejas kodu

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

Jordi Boggiano 3 gadi atpakaļ
vecāks
revīzija
eac0c22ad2
1 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  1. 2 0
      src/Monolog/Test/TestCase.php

+ 2 - 0
src/Monolog/Test/TestCase.php

@@ -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
 {