Skip to content

Commit 1220535

Browse files
committed
docs: update internals.md
1 parent 528512d commit 1220535

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

contributing/internals.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,9 @@ PHP7 provides [Type declarations](https://www.php.net/manual/en/language.types.d
2929
for method parameters and return types. Use it where possible. Return type
3030
declaration 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

0 commit comments

Comments
 (0)