diff --git a/.github/workflows/fix-php-code-style-issues.yml b/.github/workflows/fix-php-code-style-issues.yml index 92d16cd..bd6a89f 100644 --- a/.github/workflows/fix-php-code-style-issues.yml +++ b/.github/workflows/fix-php-code-style-issues.yml @@ -22,7 +22,7 @@ jobs: ref: ${{ github.head_ref }} - name: Fix PHP code style issues - uses: aglipanci/laravel-pint-action@2.4 + uses: aglipanci/laravel-pint-action@2.5 - name: Commit changes uses: stefanzweifel/git-auto-commit-action@v5 diff --git a/src/SabHeroWrapper.php b/src/SabHeroWrapper.php index eefef5c..881cbdf 100755 --- a/src/SabHeroWrapper.php +++ b/src/SabHeroWrapper.php @@ -2,4 +2,6 @@ namespace Fuelviews\SabHeroWrapper; -class SabHeroWrapper {} +class SabHeroWrapper +{ +}