Michael Voříšek

Results 362 issues of Michael Voříšek

fixes https://github.com/sebastianbergmann/phpunit/issues/4967

Cloning large packages using git (1+ GB, 100k+ files) is slow and the 300s timeout is not enough. Shallow clone #3449 can help, #5384 still does not solves this issue...

Feature

I tried to upgrade to v2, but I get the folloving errors when uploading the coverage: ``` https://uploader.codecov.io/latest/linux/codecov.SHA256SUM ==> SHASUM file signed by key id 806bb28aed779869 ==> Uploader SHASUM verified...

# Feature request demo: https://phpstan.org/r/9115f230-60a1-4b19-9778-e52848968cfd expected output: `Dumped type: array` assertions like presented in the demo are used in many projects and this feature request can thus highly improve the...

feature-request

# Bug report ### Code snippet that reproduces the problem https://phpstan.org/r/bc481289-1490-48a0-9305-f96645848519 https://3v4l.org/40nH0 ### Expected output no error

# Bug report ### Code snippet that reproduces the problem https://phpstan.org/r/390bc581-9ff0-4fcf-b195-7e4914cb0fca Maybe null coalesce operator is expanded internally to the 2nd method in https://phpstan.org/r/a2136bac-6af1-463c-95d9-ebd428fd13cd demo, but that must be understood...

# Bug report ### Code snippet that reproduces the problem https://phpstan.org/r/8d8f8b00-4a24-4d0a-9ed8-e2ec609089fe the errored line 44 does operate on `P` class only (as rebound by `Closure::bind`) and not on "parent class...

bug

# Feature request demo: https://phpstan.org/r/b3743ac8-ed2e-4817-8696-d304f9a7c952 https://3v4l.org/d63P2

feature-request

# Bug report ``` #[\AllowDynamicProperties] class Cl {} /** * @property int $prop */ $a = new class() extends Cl {}; $a->prop = 10; var_dump($a->prop); var_dump((new \ReflectionClass($a))->getDocComment()); ``` the php...

bug

This is a question. In the docs I have find a "named transform" defined like: ``` /** * @Transform :user */ ``` and a regex one defined like: ``` /**...