InvisibleSmiley

Results 27 issues of InvisibleSmiley

From manual page: https://php.net/function.mb-strlen ```

good first issue

When you install [email protected] with [email protected] or [email protected] with [email protected] you get the following (twice) with `php -v`: ``` Warning: Module "imap" is already loaded in Unknown on line 0...

bug

PhpStorm 2021.3.2 Preview Build #PS-213.6777.13, built on January 14, 2022 OS: Windows 10 10.0 Plugin version: 6.2 ``` java.lang.Throwable: Indexing process should not rely on non-indexed file data. Indexing file...

- PHPUnit: Run Test - PHPUnit: Add mock method - PHPUnit: Expected exception - PHPUnit: Add constructor mocks ``` java.lang.IllegalStateException: [2 intention duplicates found for PHPUnit: Run Test: Registered: class...

Following issue #29, also support - Argument::type('null') - Argument::exact - Argument::is for magic Prophecy methods

Right now commands like `migrate` write errors to STDOUT. This is wrong. Errors, especially from commands that are commonly used non-interactively, need to be written to STDERR so that scripts...

bug

First of all, thanks for this great tool and the JUnit report format output option. Much appreciated! We use the JUnit report format to create reports for Jenkins so that...

enhancement

Right now this PHPStan extension is not compatible with Laminas ServiceManager v4 which was released on March 4 2024: https://github.com/laminas/laminas-servicemanager/releases/tag/4.0.0 There's probably more to it than the obvious issue described...

Fixes #2270. In the end I chose to copy/adapt OutputStyle::getErrorOutput as a new protected method on the abstract command rather than using SymfonyStyle because: 1. creating SymfonyStyle requires both $input...

**Bug Description** AFAICS PHPat does not handle interfaces extending other interfaces correctly. If a rule requires interfaces to extend a specific interface, even interfaces that fulfill the requirement are reported....

bug