Apply rules on lib dir

This commit is contained in:
Mike Jolley
2024-03-18 13:39:29 +00:00
committed by Jan Jakeš
parent 35fbac6320
commit 435f638011
159 changed files with 800 additions and 732 deletions

View File

@@ -92,12 +92,12 @@ class UpdateAutomationController {
if (
!in_array(
$automation->getStatus(),
[
$automation->getStatus(),
[
Automation::STATUS_ACTIVE,
Automation::STATUS_DEACTIVATING,
],
true
],
true
)
) {
return;