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
2,161 contributions in the last year
Activity overview
Contribution activity
October 2020
Created a pull request in Ocramius/PackageVersions that received 4 comments
Drop `php:^7.4.7` support - switch to only `php:~8.0.0`
If you require to run both PHP 7 and PHP 8 in different
environments, lock onto ocramius/package-versions:2.1.0,
which supports both.
Created an issue in marthoc/docker-deconz that received 27 comments
`stable` and `latest` images from `2020-10-16` fail to load `libQt5Core.so.5`
Porting this from f3682c9#commitcomment-43303100 Related is possibly also the previous update @ a07e972 To be clear, noticed because I run watchtow…
- `@psalm-pure` + `@psalm-assert` declared on `@mixin` referenced interfaces are considered `UnusedMethodCall` when used
- When checking for a type `Templated1<T1>&Templated2<T2>`, the second type is not checked?
- `@template-implements SomeInterface<T>` does not work if `SomeInterface` is implemented through a grandparent of a class