Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update devkit #348

Merged
merged 9 commits into from
Dec 25, 2022
Merged

Update devkit #348

merged 9 commits into from
Dec 25, 2022

Commits on Dec 23, 2022

  1. chore: composer update

    kenjis committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    63ed9ad View commit details
    Browse the repository at this point in the history
  2. style: run php-cs-fixer

    kenjis committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    bedf121 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    776d567 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    120584f View commit details
    Browse the repository at this point in the history
  5. chore: update rector.php

    kenjis committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    ad5bccb View commit details
    Browse the repository at this point in the history
  6. test: refactor by rector

    kenjis committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    277316d View commit details
    Browse the repository at this point in the history
  7. refactor: workaround for PHPStan errors

     ------ -------------------------------------------------------------------------------------
      Line   app/Libraries/Blog.php
     ------ -------------------------------------------------------------------------------------
      253    Negated boolean expression is always true.
             💡 Because the type is coming from a PHPDoc, you can turn off this check by setting
             treatPhpDocTypesAsCertain: false in your phpstan.neon.dist.
      255    Negated boolean expression is always false.
      262    Negated boolean expression is always true.
      269    Unreachable statement - code above always terminates.
     ------ -------------------------------------------------------------------------------------
    kenjis committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    4164f4c View commit details
    Browse the repository at this point in the history
  8. chore: update github/workflows

    kenjis committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    250a5d0 View commit details
    Browse the repository at this point in the history
  9. chore: add GITHUB_ACCESS_TOKEN

    kenjis committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    4509725 View commit details
    Browse the repository at this point in the history