Filippo Tessarotto

Results 56 issues of Filippo Tessarotto

Fixes https://github.com/SixArm/gpg-encrypt/issues/2

Found in https://github.com/laminas/laminas-form/pull/121#discussion_r639546501 As of PHP 8 named parameters, `\Laminas\ServiceManager\AbstractPluginManager::get(name)` should be renamed to `\Laminas\ServiceManager\AbstractPluginManager::get(id)`

Bug

| Q | A |------------ | ------ | New Feature | yes | RFC | no | BC Break | no Hi, so far the `` wrapper for multi-checkbox, radio...

Feature Request
Help Wanted

When a user install a package, composer only checks and uses the `composer.json` file. Thus, the library should never ever commit explicit dependencies, because they would not represent the real...

Preview: ![immagine](https://user-images.githubusercontent.com/152236/50818103-4a6f3d80-1326-11e9-9a33-ae972b04df42.png)

| Question | Answer | ------------| --------------- | Infection version | 0.26.13 | Test Framework version | PHPUnit 9.5.23 | PHP version | 8.1.5 | Platform | Ubuntu Hi, currently...

Bug

References: 1. https://twitter.com/BackEndTea/status/1174225152034385920 (/cc @BackEndTea) 1. https://github.com/localheinz/phpstan-rules/issues/133 ```diff class Foo { public function bar() { - return $this->baz(); + return self::baz(); } - private function baz() + private static function...

kind/feature