Commit 58a068f
Fix K8sScale::create() return type to static
PHP 8.5 enforces covariant return type compatibility strictly.
K8sScale overrode create() with K8sResource instead of static,
causing a fatal error.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 54eec00 commit 58a068f
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| |||
0 commit comments