fresa icon indicating copy to clipboard operation
fresa copied to clipboard

🍓 Developing WordPress should be sweet.

Results 8 fresa issues
Sort by recently updated
recently updated
newest added

### Purpose @jplhomer Preparations for static analysis. ### Level of Changes - few hard bug - many types ### Tests @phpstan config included ### Docs no need

Please consider using WorDBless. https://github.com/Automattic/wordbless It is fun to run PHPUnit with files only.

```php namespace Models; class Post extends Base {} // Usage: use Fresa\Models\Post; class Event extends Post {} // or use Fresa\Models\Post as PostModel; class Post extends PostModel {} ``` Do...

enhancement

`class EventCategory` is getting parsed as `EventCategory` instead of `Event Category`.

bug