yokai-php / sonata-workflow

Integrate Symfony workflow component in Sonata Admin
MIT License
22 stars 12 forks source link

fix - Use WorkflowInterface instead of Workflow #36

Closed mpoiriert closed 10 months ago

mpoiriert commented 10 months ago

This cause an issue with TraceableWorkflow

codecov[bot] commented 10 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (d9d7f8d) 89.55% compared to head (b2a4a4d) 89.55%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #36 +/- ## ========================================= Coverage 89.55% 89.55% Complexity 45 45 ========================================= Files 2 2 Lines 201 201 ========================================= Hits 180 180 Misses 21 21 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

yann-eugone commented 10 months ago

Nice addition, at the moment I created the library, I was sad an interface did not exists for that !