Php cs fixes

This commit is contained in:
2024-08-12 15:52:21 +02:00
committed by Julien Fastré
parent 35199b6993
commit 5d84e997c1
5 changed files with 62 additions and 26 deletions

View File

@@ -1,12 +1,19 @@
<?php
declare(strict_types=1);
/*
* Chill is a software for social workers
*
* For the full copyright and license information, please view
* the LICENSE file that was distributed with this source code.
*/
namespace Chill\MainBundle\Service\Workflow;
class CancelStaleWorkflow
{
public function __construct(public int $workflowId)
{
}
public function __construct(public int $workflowId) {}
public function getWorkflowId(): int
{