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 */