Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add test for class with declare statement
Introduced a new test case in ClassNameTest to verify that the ClassName::from function correctly handles PHP files with declare(strict_types=1). This ensures that the class name extraction works accurately in such scenarios.
- Loading branch information