We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67b04fd commit 7155737Copy full SHA for 7155737
tests/Stub/TestBaseClass.php
@@ -5,7 +5,7 @@
5
namespace PHPForge\Support\Tests\Stub;
6
7
/**
8
- * Stub for a abstract base class providing a protected method and private property for testing inheritance scenarios.
+ * Stub for an abstract base class providing a protected method and private property for testing inheritance scenarios.
9
*
10
* Serves as a parent class in test stubs to verify property visibility and method accessibility in child classes.
11
tests/Stub/TestIntBackedEnum.php
- * Stub for a nacked enum.
+ * Stub for a backed enum.
* Provides deterministic integer-backed values required by the test suite.
0 commit comments