Skip to content

Commit

Permalink
Merge branch '8.5' into 9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Jan 24, 2024
2 parents 4c1997c + 21426e2 commit c2f6168
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Util/ExcludeList.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
use SebastianBergmann\Invoker\Invoker;
use SebastianBergmann\LinesOfCode\Counter;
use SebastianBergmann\ObjectEnumerator\Enumerator;
use SebastianBergmann\ObjectReflector\ObjectReflector;
use SebastianBergmann\RecursionContext\Context;
use SebastianBergmann\ResourceOperations\ResourceOperations;
use SebastianBergmann\Template\Template;
Expand Down Expand Up @@ -129,6 +130,9 @@ final class ExcludeList
// sebastian/object-enumerator
Enumerator::class => 1,

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

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

Expand Down

0 comments on commit c2f6168

Please sign in to comment.