-
### Environment details
Klaviyo extension version: 4.0.12
### Steps to reproduce
Run from inside a Magento shop:
```
$ vendor/bin/phpstan clear-result-cache && bin/magento setup:di:compile && v…
-
# Bug report
When a template contains an optional array-key `@template Tdata of array{extension?: string}` setting this optional key to any value results in an error.
### Code snippet that reprodu…
-
Following PHPStan update 1.12.1, there is a new rule and error showing up when running it (with bleeding edge):
`Path in require_once() "1wp-admin/includes/plugin-install.php" is not a file or it d…
-
It seems advanced configuration is not easy to get going.
According to PHPstan docs you shouldn't use extension installer when not wanting all rules of an extension.
I tried both with and without.
…
-
Hi,
I'm using phpstan 0.12.84, and I can't get the extension to work.
I guess that's because of some recently added phpstan settings. I get this error in vscode devtools:
`[Extension Host] [phps…
-
Hello
I have this error that I can't figure out if it is a bug or expected (and I don't know why)
```
Property PspAbstractBankAccount::$bankAccount type mapping mismatch: database can contain A…
-
# Bug report
If a parameter accepts a union of arrays, e.g. `array|array`, then I would expect a warning if I pass it an array of unions, e.g. `array`.
My apologies if I'm missing somethin…
-
We can provide custom PHPStan PHPDoc types. This could help us replace the dynamic return type extension DrupalServiceDynamicReturnTypeExtension. This can allow us to validate known service names as a…
-
```
❯ composer bin phpstan info phpstan/phpstan-symfony
[bamarni-bin] Checking namespace vendor-bin/phpstanser bin phpstan info phpstan/phpstan-symfony …
-
- Larastan Version: 2.9.9
- Laravel Version: 11.28.0
### Description
Hi. How to describe relationships correctly?
To my description
```php
/**
* @return BelongsTo
*/
…