Yohan Giarelli

Results 6 issues of Yohan Giarelli

There is some minor changes to do in the documentation : - [ ] Search and fix typos - [ ] Add documentation for the weekday option

see https://scrutinizer-ci.com/g/yohang/Finite/inspections/0c86a365-aa0a-4f68-bb8a-8a182d65a028/issues/files/src/Finite/StateMachine/StateMachine.php?status=new&orderField=path&order=asc&honorSelectedPaths=0#inspectioncomment-2280487

architecture

The current implementation allow to reject a post-transition event… Which make no sense.

enhancement

Like the current `StatefulInterface` for simple graphs. This interface could contains a method, which could look like this when implemented : ``` php public function configureStatefulProperties(Configurator $configurator) { $configurator->addStatefulProperty('graph', 'property');...

architecture