diff --git a/.github/workflows/draft-release.yaml b/.github/workflows/draft-release.yaml index c975a69..1b10de9 100644 --- a/.github/workflows/draft-release.yaml +++ b/.github/workflows/draft-release.yaml @@ -12,6 +12,6 @@ jobs: runs-on: ubuntu-latest steps: - name: Run release drafter - uses: release-drafter/release-drafter@v6 + uses: release-drafter/release-drafter@v7 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/src/Factory.php b/src/Factory.php index 1afaafa..5616dcc 100644 --- a/src/Factory.php +++ b/src/Factory.php @@ -7,7 +7,7 @@ class Factory { /** - * @const int The number of seconds the secure message is valid. + * @var int The number of seconds the secure message is valid. */ protected const DEFAULT_EXPIRE = 86400;