wordpress-interop
wordpress-interop copied to clipboard
Interoperability library to work with WordPress database in third party apps
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!