diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 142ce6b..1915832 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -55,6 +55,6 @@ jobs: uses: docker://oskarstark/php-cs-fixer-ga - name: Apply php-cs-fixer changes - uses: stefanzweifel/git-auto-commit-action@v6 + uses: stefanzweifel/git-auto-commit-action@v7 with: commit_message: Apply php-cs-fixer changes 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;