Skip to content

Fix missing BlacklistFactory import in standalone usage example#20

Merged
makomweb merged 2 commits intonextfrom
copilot/sub-pr-18-again
Feb 24, 2026
Merged

Fix missing BlacklistFactory import in standalone usage example#20
makomweb merged 2 commits intonextfrom
copilot/sub-pr-18-again

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Feb 24, 2026

The standalone usage example in README.md referenced BlacklistFactory::fromYaml() without importing Tactix\BlacklistFactory, making the snippet non-functional as-is.

Changes

  • README.md: Added missing use Tactix\BlacklistFactory; to the standalone usage code example.
use Tactix\Blacklist;
use Tactix\BlacklistFactory; // added
use Tactix\Check;
use Tactix\YieldViolations;
use Symfony\Component\Yaml\Yaml;

✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: makomweb <1567373+makomweb@users.noreply.github.com>
Copilot AI changed the title [WIP] Address feedback on PHP framework support PR Fix missing BlacklistFactory import in standalone usage example Feb 24, 2026
Copilot AI requested a review from makomweb February 24, 2026 08:03
@makomweb makomweb marked this pull request as ready for review February 24, 2026 08:09
@makomweb makomweb merged commit 1e9d0f9 into next Feb 24, 2026
@makomweb makomweb deleted the copilot/sub-pr-18-again branch February 24, 2026 08:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants