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
29
29
for method parameters and return types. Use it where possible. Return type
30
30
declaration is not always practical, but do try to make it work.
31
31
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.
36
35
37
36
## Abstractions
38
37
You can’t perform that action at this time.
0 commit comments