Skip to content

Feat(BooleanType): Implement BooleanType constraint and validator#41

Merged
edevsh merged 3 commits intocorebranch:1.xfrom
edevsh:syntax/boolean
Oct 10, 2025
Merged

Feat(BooleanType): Implement BooleanType constraint and validator#41
edevsh merged 3 commits intocorebranch:1.xfrom
edevsh:syntax/boolean

Conversation

@edevsh
Copy link
Member

@edevsh edevsh commented Oct 10, 2025

Summary

  • Add unit tests for boolean type validator
  • Implement boolean type constraint and validator

Type of Change

  • Bug fix
  • New feature
  • Breaking change
  • Documentation

Testing

  • Tests pass (vendor/bin/phpunit)
  • Static analysis passes (vendor/bin/phpstan analyse)
  • Code generation works (./bin/blugen generate)

Checklist

  • Code follows PSR-12 standards
  • Added/updated tests as needed
  • No breaking changes (or documented)

@edevsh edevsh self-assigned this Oct 10, 2025
@edevsh edevsh added the enhancement New feature or request label Oct 10, 2025
@codecov
Copy link

codecov bot commented Oct 10, 2025

Codecov Report

❌ Patch coverage is 90.90909% with 1 line in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
...x/Constraints/BooleanType/BooleanTypeValidator.php 90.90% 1 Missing ⚠️

❌ Your project status has failed because the head coverage (39.45%) is below the target coverage (80.00%). You can increase the head coverage or adjust the target coverage.

Files with missing lines Coverage Δ Complexity Δ
...x/Constraints/BooleanType/BooleanTypeValidator.php 90.90% <90.90%> (ø) 5.00 <5.00> (?)

... and 1 file with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@edevsh edevsh merged commit 943799e into corebranch:1.x Oct 10, 2025
6 of 7 checks passed
@edevsh edevsh deleted the syntax/boolean branch October 10, 2025 06:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant