Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
4,011 contributions in the last year
Activity overview
Contribution activity
July 2020
Created a pull request in sebastianbergmann/phpunit that received 2 comments
Simplify array access
Psalm doesn't know whether or not $i is null (it's not smart enough to understand that false !== $arg = current($args) implies $args is non-empty).
B…
+1
−1
•
2
comments
Created an issue in phpstan/phpstan that received 1 comment
Constructor checks preclude property defined in abstract parent
Bug report With bleeding edge Code snippet that reproduces the problem abstract class FooParent { protected string $hello; } class FooChild extends F…
1
comment
61
contributions
in private repositories
Jul 2 – Jul 29