Commit 5b3d9d4
committed
refactor(core): update contract and remove deprecated PropertyInspector
- Update `composer.json` for dependency management
- Modify `PropertyAttributeHandler` contract for improved attribute handling
- Remove deprecated `PropertyInspector.php` and its related test `PropertyInspectorTest.php`
- Add new `AttributeHandler` class and corresponding tests in `tests/AttributeHandlerTest.php`
- Introduce utility classes under `src/Utility/` and associated tests in `tests/Utility/`
- Update `ReflectionExceptionTest.php` to align with the new architecture
- Track `composer.lock` for consistent dependency management across environments1 parent a8857e9 commit 5b3d9d4
File tree
10 files changed
+5452
-8
lines changed- src
- Contract
- Utility
- tests
- Exception
- Utility
10 files changed
+5452
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
30 | 32 | | |
31 | 33 | | |
32 | 34 | | |
| |||
0 commit comments