> function foo(SomeClass $bar, int $baz) : bool { > > } >
This does have the advantage that function declarations are still grepable. In my experience this is one of the loudest complaints about previous ideas.
> function foo(SomeClass $bar, int $baz) : bool { > > } >
This does have the advantage that function declarations are still grepable. In my experience this is one of the loudest complaints about previous ideas.