Skip to content

Commit

Permalink
Add missing entry for sebastian/object-reflector
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Jan 24, 2024
1 parent de7360d commit 21426e2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Util/Blacklist.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
use SebastianBergmann\GlobalState\Snapshot;
use SebastianBergmann\Invoker\Invoker;
use SebastianBergmann\ObjectEnumerator\Enumerator;
use SebastianBergmann\ObjectReflector\ObjectReflector;
use SebastianBergmann\RecursionContext\Context;
use SebastianBergmann\ResourceOperations\ResourceOperations;
use SebastianBergmann\Timer\Timer;
Expand Down Expand Up @@ -111,6 +112,9 @@ final class Blacklist
// sebastian/object-enumerator
Enumerator::class => 1,

// sebastian/object-reflector
ObjectReflector::class => 1,

// sebastian/recursion-context
Context::class => 1,

Expand Down

0 comments on commit 21426e2

Please sign in to comment.