Skip to content
This repository has been archived by the owner on Feb 10, 2024. It is now read-only.

Commit

Permalink
test internal object
Browse files Browse the repository at this point in the history
  • Loading branch information
clxmstaab committed Feb 5, 2024
1 parent ffd6931 commit 49b2503
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?php

declare(strict_types=1);

namespace TomasVotruba\Finalize\Tests\ParentClassResolver\Fixture;

final class SomeClassWithInternalParent extends \ArrayObject
{
}

0 comments on commit 49b2503

Please sign in to comment.