Commit fabd048
Use static function for closure without $this context
Change the closure to a static function since it doesn't use $this instance context or any external variables. This follows best practices and improves performance by avoiding unnecessary binding.
Co-authored-by: schlessera <[email protected]>1 parent a674646 commit fabd048
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1216 | 1216 | | |
1217 | 1217 | | |
1218 | 1218 | | |
1219 | | - | |
| 1219 | + | |
1220 | 1220 | | |
1221 | 1221 | | |
1222 | 1222 | | |
| |||
0 commit comments