Blog Logo

2023-04-27T00:00:00.000Z ~ 4 min read

週報2023年第17週


やったこと

  • 体幹トレーニングをした

読んだ記事

来週やること

  • 入門監視を読む

雑記

  • phpstan/phpstan-deprecation-rules: PHPStan rules for detecting usage of deprecated classes, methods, properties, constants and traits.
    • めっちゃ便利
    • ただしclass定義に@deprecatedを付けるとnewしたタイミングでしか発火しないので、CakePHPのComponentクラスやDIコンテナで差し込んだりするケースでは検知できないことがある
      • その場合は必ずコールされるであろうメソッドに@deprecatedを付けておくと検知できる
  • GHAとCircleCIを両方使ってみた感想
    • GHA
      • 認証済のtokenが付与されるのでPRにコメントするなどの連携がしやすい
      • yaml を複数ファイルに分けて管理できる
    • CircleCI
      • CI環境でコンテナを使いたいときに柔軟に設定ができる(MySQLコンテナの起動オプションなど)
      • vscode拡張がめちゃくちゃ便利

tags: #週報


Headshot of isana

You can follow me on Twitter, see some of my work on GitHub, or read more about me on my website.