• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

phpolar / model / 15338053003

30 May 2025 02:46AM UTC coverage: 90.391%. First build
15338053003

Pull #122

github

web-flow
Merge 2b12e33c7 into 548609d0b
Pull Request #122: 121 add json modelresolver

11 of 14 new or added lines in 6 files covered. (78.57%)

254 of 281 relevant lines covered (90.39%)

3.72 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

100.0
/src/FormControlTypes.php
1
<?php
2

3
declare(strict_types=1);
4

5
namespace Phpolar\Model;
6

7
/**
8
 * Contains most form control types.
9
 */
10
enum FormControlTypes
11
{
12
    case Select;
13
    case Input;
14
    case Invalid;
15
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc