wordpress-interop icon indicating copy to clipboard operation
wordpress-interop copied to clipboard

Interoperability library to work with WordPress database in third party apps

Results 3 wordpress-interop issues
Sort by recently updated
recently updated
newest added

Under level 4 👺 viktor says: _broken application/package_ (not polite)

```php abstract class AbstractEntityRepository implements EntityRepositoryInterface { abstract protected function getMappedFields(): array; ``` Do you plan something like this?

I getting some deprecation (PHP 8.4.5): `Implicitly marking parameter $foobar as nullable is deprecated, the explicit nullable type must be used instead` Please check it when you have time. Thanks!