cs: Enable more risky rules.

This commit is contained in:
Pol Dellaiera
2021-11-30 12:27:49 +01:00
parent 733bee06a8
commit 28d2c42454
34 changed files with 45 additions and 45 deletions

View File

@@ -58,11 +58,11 @@ use const SORT_REGULAR;
* )
*/
class AccompanyingPeriod implements
TrackCreationInterface,
TrackUpdateInterface,
HasScopesInterface,
GroupSequenceProviderInterface,
HasCentersInterface,
GroupSequenceProviderInterface
HasScopesInterface,
TrackCreationInterface,
TrackUpdateInterface
{
public const INTENSITIES = [self::INTENSITY_OCCASIONAL, self::INTENSITY_REGULAR];

View File

@@ -30,7 +30,7 @@ use Symfony\Component\Serializer\Annotation as Serializer;
* "accompanying_period_work_evaluation": AccompanyingPeriodWorkEvaluation::class,
* })
*/
class AccompanyingPeriodWorkEvaluation implements TrackUpdateInterface, TrackCreationInterface
class AccompanyingPeriodWorkEvaluation implements TrackCreationInterface, TrackUpdateInterface
{
/**
* @ORM\ManyToOne(