File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -29,10 +29,9 @@ PHP7 provides [Type declarations](https://www.php.net/manual/en/language.types.d
2929for method parameters and return types. Use it where possible. Return type
3030declaration is not always practical, but do try to make it work.
3131
32- At this time, shipped CI4 production code does not use
33- [ Strict typing] ( https://www.php.net/manual/en/language.types.declarations.php#language.types.declarations.strict ) ,
34- and will not be any time soon. However, in the development phase,
35- there are internal classes (in ` utils/ ` ) that are strictly typed.
32+ At this time, shipped CI4 production code does use
33+ [ Strict typing] ( https://www.php.net/manual/en/language.types.declarations.php#language.types.declarations.strict )
34+ as much as possible.
3635
3736## Abstractions
3837
You can’t perform that action at this time.
0 commit comments