someniatko

Results 25 issues of someniatko

| Question | Answer | ------------| --------------- | Infection version | 0.13.4 (`infection.phar --version`) but intended is 0.15.0 | Test Framework version | PHPUnit 8.4.3 | PHP version | 7.4.0...

Bug

Consider the following message ``` Content-Type: multipart/mixed; boundary="===============8237277800042156373==" MIME-Version: 1.0 From: from@localhost To: to@localhost Subject: Subj --===============8237277800042156373== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Y29tcG9zZV9lbWFpbF9odG1sKG9yZGVyX3BheWxvYWQp --===============8237277800042156373== Content-Type: application/pdf MIME-Version: 1.0...

I want to type a function/method representing action which may fail, but not from pure technical perspective, rather from the business logic one. For instance, "register new user" action may...

Priority: Medium
Status: Accepted
Type: Enhancement

I suggest `Interval` should have the following methods, like in `LocalDateRange`: - `contains(Instant): bool` - `intersectsWith(Interval): bool` - `getIntersectionWith(Interval): Interval` - `of(Instant, Instant): self` - for consistency with other classes...

First I want to thank you for this wonderful library. This is exactly what I was looking for: no query builders, heavy set of dependencies, and especially I want to...

feature request

fixes #8363 I have a strong feeling it's not the correct place where this functionality should belong. For now first-class callables are implemented in the StaticCallAnalyzer just because they look...

refs #6412 it seems the support for the first-class callables is not yet complete: https://psalm.dev/r/bbc03df04c

enhancement

https://psalm.dev/r/d1e3175a52 - should complain, but doesn't, because the class in the parent namespace is called the same as the child namespace https://psalm.dev/r/58990a724b - works fine, because the callee class has...

I can't figure out whether it's me typing `Option:all()` incorrectly, or it's a bug in Psalm: https://psalm.dev/r/5b9a372af4

bug
templates