This repository was archived by the owner on Jul 16, 2025. It is now read-only.
Commit 97d899c
committed
feat: add non-empty-string type annotation for pattern
- FabricPromptInterface::getPattern() now returns non-empty-string
- FabricPrompt constructor expects non-empty-string for pattern
- Improves type safety and PHPStan analysis1 parent f947d37 commit 97d899c
File tree
2 files changed
+6
-0
lines changed- src/Platform/Fabric
2 files changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
22 | 26 | | |
23 | 27 | | |
24 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
14 | 16 | | |
15 | 17 | | |
16 | 18 | | |
| |||
0 commit comments