oscarotero / simple-crud

PHP library to provide magic CRUD in MySQL/Sqlite databases with zero configuration
MIT License
242 stars 58 forks source link

Fatal error: Declaration of SimpleCrud\EventDispatcher\Dispatcher::dispatch(SimpleCrud\EventDispatcher\object $event) #37

Closed bavamca closed 4 years ago

bavamca commented 4 years ago

Fatal error: Declaration of SimpleCrud\EventDispatcher\Dispatcher::dispatch(SimpleCrud\EventDispatcher\object $event) must be compatible with Psr\EventDispatcher\EventDispatcherInterface::dispatch(Psr\EventDispatcher\object $event) in /curd/vendor/simple-crud/simple-crud/src/EventDispatcher/Dispatcher.php on line 7

Can you able to let me know, How to solve the above issue?

oscarotero commented 4 years ago

What is your php version?

bavamca commented 4 years ago

Php Version 7.2

oscarotero commented 4 years ago

I just commited a change. Could you please test it before release the patch version?

bavamca commented 4 years ago

OK Let me check it

bavamca commented 4 years ago

Working fine thank you

oscarotero commented 4 years ago

Ok, version 7.4.1 released. Thank you