Filippo Tessarotto

Results 56 issues of Filippo Tessarotto

Hi, xDebug:v3 has introduced the [`XDEBUG_MODE`](https://xdebug.org/docs/all_settings#mode) environment variable to turn xDebug on and off. In context where you spawn child processes like [ParaTest](https://github.com/paratestphp/paratest/) env vars are easier to handle and...

Hi, in the next major version I would suggest to set `stripVersionPrefixes` to `true` by default.

- [x] Is this related to quality assurance? When running static analysis against a simple userland controller like: ```php class MyController extends AbstractActionController { public function indexAction() { return ['posts'...

bug

Hi, implementing a custom `\Phpactor\WorseReflection\Core\Inference\FrameWalker` I've [been able](https://github.com/Slamdunk/phpactor-extension/blob/master/lib/FrameWalker/PsrContainerWalker.php) to infer a custom type to a variable during assignment: ```php /** @var MyContainer $container */ $foo = $container->get(MyService::class); // $foo is...

### Source ```php namespace My\Repository\Foo; use My\Entity; use My\ORM\AbstractEntityRepository; /** * @extends AbstractEntityRepository */ final class PosizioneBar extends AbstractEntityRepository {} ``` ### `:PhpactorGotoDefinition` with cursor at `%` #### Expected Go...

Hi, when you issue the `migrations:migrate` you get the following warning: ``` WARNING! You are about to execute a database migration that could result in schema changes and data loss....

feature-request

### Feature Request | Q | A |------------ | ------ | New Feature | yes | RFC | yes | BC Break | yes #### Summary See https://github.com/laminas/laminas-form/pull/87: I struggled...

Enhancement

### Feature Request | Q | A |------------ | ------ | New Feature | yes | RFC | no | BC Break | no #### Summary Hi, Yii2 framework has...

Enhancement
Feature Request
Help Wanted

This library has never been tested in CI over external services for Storage protocols, nor for SMTP one. [`ddeboer/imap`](https://github.com/ddeboer/imap) for example [sets up a Dovecot instance](https://github.com/ddeboer/imap/blob/master/.github/dovecot_install.sh) to test IMAP calls....

Enhancement
Help Wanted

See https://github.com/Slamdunk/phpstan-laminas-framework/issues/5#issuecomment-582316400