Y
Hacker News
new
|
ask
|
show
|
jobs
by
c487bd62
2520 days ago
Is most of the PHP ecosystem moving to static typing? Libraries, ORM, etc. When you're dealing with database objects, is everything a string?
1 comments
joshlemer
2520 days ago
This still isn't static typing, php type annotations are enforced at runtime.
link