From 47a847927d356657d9f0168b3839ac2a2e9fbcdf Mon Sep 17 00:00:00 2001 From: Michael Thomas Date: Mon, 16 Dec 2024 10:24:06 +0100 Subject: [PATCH] fix: action run branch --- .github/workflows/code-analysis.yaml | 2 +- src/services/RetentionService.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/code-analysis.yaml b/.github/workflows/code-analysis.yaml index c59d410..d56f93f 100644 --- a/.github/workflows/code-analysis.yaml +++ b/.github/workflows/code-analysis.yaml @@ -4,7 +4,7 @@ on: pull_request: null push: branches: - - develop + - v5 workflow_dispatch: permissions: contents: read diff --git a/src/services/RetentionService.php b/src/services/RetentionService.php index f0eccdb..058aa01 100644 --- a/src/services/RetentionService.php +++ b/src/services/RetentionService.php @@ -32,7 +32,7 @@ class RetentionService extends Component * @var int */ public int $resets = 0; - + /** * @inheritdoc */