InvisibleSmiley

Results 27 issues of InvisibleSmiley

## Describe the bug Indentation is reported as off when it's not (false positive). "Correcting" it produces an indentation-related error from another sniff (a valid one). AFAICT the issue is...

Type: bug
Standard: Generic
Standard: PSR12

Letting PHPStan (2.x) analyze the following code/file leads to an internal error. This is because PHPStan Laminas Framework assumes that properties in classes extending AbstractOptions are named a certain way,...

| Subject | Details | | :------------- | :---------------------------------- | | Plugin | Php Inspections (EA Extended) 4.0.6 | | Language level | PHP 8 | Example code -- ```...

| Subject | Details | | :------------- | :--------------- | | Plugin | Php Inspections (EA Extended) | | Language level | PHP 8.1 | Current behaviour -- Suppress for...

# Feature request PHPStan should infer the type that mb_detect_order returns from the given parameters. https://www.php.net/manual/en/function.mb-detect-order.php > When setting the encoding detection order, true is returned on success or false...

feature-request

# Situation The stubs provided by this project are used as the basis for tools like PhpStorm and static analyzers like PHPStan. More precise types often directly affect tool results....

documentation

This library currently requires laravel/serializable-closure v1. This prevents installation with the latest versions of tools like GrumPHP (requires laravel/serializable-closure v2 since version 2.11.0). Also some issues with PHP 8.5 were...