Skip to content

Commit 7155737

Browse files
committed
Apply fixed Coderabbitai review.
1 parent 67b04fd commit 7155737

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/Stub/TestBaseClass.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
namespace PHPForge\Support\Tests\Stub;
66

77
/**
8-
* Stub for a abstract base class providing a protected method and private property for testing inheritance scenarios.
8+
* Stub for an abstract base class providing a protected method and private property for testing inheritance scenarios.
99
*
1010
* Serves as a parent class in test stubs to verify property visibility and method accessibility in child classes.
1111
*

tests/Stub/TestIntBackedEnum.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
namespace PHPForge\Support\Tests\Stub;
66

77
/**
8-
* Stub for a nacked enum.
8+
* Stub for a backed enum.
99
*
1010
* Provides deterministic integer-backed values required by the test suite.
1111
*

0 commit comments

Comments
 (0)