Skip to content

Commit

Permalink
Mark TestCase internal until PHPStorm handles this better, fixes #1677
Browse files Browse the repository at this point in the history
  • Loading branch information
Seldaek committed Jun 9, 2022
1 parent 64854f0 commit eac0c22
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Monolog/Test/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
*
* @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
{
Expand Down

0 comments on commit eac0c22

Please sign in to comment.