Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
timacdonald committed Apr 3, 2022
1 parent 07fec1d commit 81e0ea7
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/ChannelFake.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
use Illuminate\Support\Collection;
use PHPUnit\Framework\Assert as PHPUnit;
use Psr\Log\LoggerInterface;
use Stringable;
use stdClass;

/**
Expand Down
1 change: 0 additions & 1 deletion src/LogFake.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
use Illuminate\Support\Facades\Log;
use PHPUnit\Framework\Assert as PHPUnit;
use Psr\Log\LoggerInterface;
use Stringable;

/**
* @mixin ChannelFake
Expand Down
2 changes: 0 additions & 2 deletions src/LogHelpers.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@

namespace TiMacDonald\Log;

use Stringable;

/**
* @internal
* @no-named-arguments
Expand Down
2 changes: 2 additions & 0 deletions src/StackFake.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

namespace TiMacDonald\Log;

use RuntimeException;
Expand Down

0 comments on commit 81e0ea7

Please sign in to comment.