Commit 4a56791
committed
minor #53073 Set
This PR was merged into the 7.1 branch.
Discussion
----------
Set `strict` parameter of `in_array` to true where possible
| Q | A
| ------------- | ---
| Branch? | 7.1
| Bug fix? | no
| New feature? | no
| Deprecations? | no
| Issues | -
| License | MIT
This pull request introduces a comprehensive update where the `in_array` function is now consistently invoked with the `strict` parameter set to `true`. This change is implemented across various components of the framework to enhance type safety and reliability.
To me, this update is a step towards more explicit and error-resistant code.
Commits
-------
442329a50f Set `strict` parameter of `in_array` to true where possiblestrict parameter of in_array to true where possible (alexandre-daubois)1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
242 | 242 | | |
243 | 243 | | |
244 | 244 | | |
245 | | - | |
| 245 | + | |
246 | 246 | | |
247 | 247 | | |
248 | 248 | | |
| |||
0 commit comments