php cs fixes

This commit is contained in:
2023-09-14 11:47:54 +02:00
parent 19789acbbe
commit b4f9501af5
110 changed files with 129 additions and 333 deletions

View File

@@ -13,6 +13,4 @@ namespace Chill\MainBundle\Workflow\Exception;
use RuntimeException;
class HandlerNotFoundException extends RuntimeException
{
}
class HandlerNotFoundException extends RuntimeException {}