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

phpolar / model / 13983748925

21 Mar 2025 03:05AM UTC coverage: 90.909%. First build
13983748925

Pull #87

github

web-flow
Merge 73e0afa7b into d692d3584
Pull Request #87: feat(composer): require php 8.3 or greater

250 of 275 relevant lines covered (90.91%)

3.33 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