Copilot
Copilot
@samdark I've opened a new pull request, #158, to work on those changes. Once the pull request is ready, I'll request review from you.
@stefangordon 👋 This repository doesn't have [Copilot instructions](https://docs.github.com/enterprise-cloud@latest/copilot/how-tos/configure-custom-instructions/add-repository-instructions?tool=webui). With Copilot instructions, I can understand the repository better, work faster and produce higher quality PRs. I can generate a .github/copilot-instructions.md file...
@rileyseaburg 👋 This repository doesn't have [Copilot instructions](https://docs.github.com/enterprise-cloud@latest/copilot/how-tos/configure-custom-instructions/add-repository-instructions?tool=webui). With Copilot instructions, I can understand the repository better, work faster and produce higher quality PRs. I can generate a .github/copilot-instructions.md file...
> @copilot go on Fixed PHPStan issues in commit 49237f2: - Replaced short ternary operators with long form if-else blocks - Added PHPDoc type hint for violation variable in foreach...
> @copilot fix phpstan reportings (see CI) - test ALL locally before committing/pushing Fixed PHPStan baseline mismatch in commit e76a55b. The baseline expects exactly 1 short ternary operator in ExceptionSubscriber,...
@v1v 👋 This repository doesn't have [Copilot instructions](https://docs.github.com/enterprise-cloud@latest/copilot/how-tos/configure-custom-instructions/add-repository-instructions?tool=webui). With Copilot instructions, I can understand the repository better, work faster and produce higher quality PRs. I can generate a .github/copilot-instructions.md file...
> @copilot finish the PR, it's still marked as WIP in the description Done! I've completed the implementation and removed the WIP status. The changes update the junit-annotate step to...
@evan-forbes I've opened a new pull request, #6273, to work on those changes. Once the pull request is ready, I'll request review from you.
@kmagdziarz I've opened a new pull request, #3733, to work on those changes. Once the pull request is ready, I'll request review from you.
> Include a test for the case where the address of a global is taken and modified. > > Include a test for when the global is a struct or...