Hacker News new | ask | show | jobs
by muglug 2718 days ago
Yes, including today's merge of property types:

    class A {
        public int $id = 0;
        public ?Foo $somefoo;
    }
The language has evolved slowly but surely, and it's now much harder to make obvious mistakes thanks to a bunch of good-quality static analysis tools (one of which I authored).