-
```
In ClassLikeStorageProvider.php line 45:
Could not get class storage for yiisoft\html\tag\base\booleaninputtag
````
Example: https://github.com/yiisoft/html/actions/runs/3817491976/jobs/…
vjik updated
8 months ago
-
Introducing a static analysis tool would allow to have a layer similar to TypeScript's type checking.
[PHPStan](https://phpstan.org/) is a good option, but we would need to make sure it does not de…
-
Ref https://github.com/psalm/psalm-plugin-symfony/pull/220#issuecomment-945447558
The following code
```
class AppKernel extends Kernel
{
use MicroKernelTrait;
public function __cons…
-
### Is your feature request related to a problem?
Currently, the generated code for endpoints uses `@param array $params`, which does not provide any information to static analysis tools about the su…
stof updated
2 months ago
-
Total nitpick, but should be an easy enough fix.
**Actual Output**
```
```
**Expected Output**
```
…
-
```php
-
Plugin should add capability to infer reduced type from `Collection::filter` based on assertions in a callback, similarly as Psalm currently does for `array_filter`. Here is what should be supported: …
-
Would it make sense to emit an error when seeing a `dd()` or `dump()`?
I do this myself using a PHPStan extension, but just wanted to pitch the idea here because I think it makes sense
-
# TL;DR
This project is looking for maintainers.
# Current state
This package is currently outdated and supports neither newer Psalm versions (starting from v4) nor newer Doctrine versions (t…
-
Since this collections lib is quite popular.
I would like to suggest it to use generics/template types like `doctrine/collections` does. This will make it more type safe to use this collections