Closed koriym closed 4 months ago
Patch coverage: 100.00%
and no project coverage change.
Comparison is base (
4bee375
) 100.00% compared to head (f2730b7
) 100.00%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@NaokiTsuchiya Gentle reminder
@coderabbitai review
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
@coderabbitai review
Compilerの代替です。Injectorを渡すと以下のコンパイルが行われます。
(アノテーションのキャッシュは行われません)
コンテキスト配列を渡すと他のコンテキストでもDI/AOPファイルの生成が行われます。
最初のヘルスチェックに一度だけ行う事を想定しています。
背景
Compilerはディプロイ前のCLIでの実行を想定して作成されました。
CompileApp
はCLIとともにwebでのヘルスチェックでも使えるように実行速度を求めてよりコンパクトになったものです。またPHP8アトリビュートの普及によりアノテーションのコンパイルも取り除かれています。