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

phpolar / storage-driver / 14049249173

25 Mar 2025 01:02AM UTC coverage: 100.0%. First build
14049249173

Pull #28

github

web-flow
Merge 1a0944e7d into 35b419648
Pull Request #28: build(deps-dev): bump phpunit/phpunit from 12.0.9 to 12.0.10

11 of 11 relevant lines covered (100.0%)

7.36 hits per line

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

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

3
declare(strict_types=1);
4

5
namespace Phpolar\StorageDriver;
6

7
/**
8
 * Contains names of types defined in the programming language.
9
 */
10
enum TypeName
11
{
12
    case T_String;
13
    case T_Int;
14
    case T_Float;
15
    case T_Bool;
16
    case T_Null;
17
    case T_DateTime;
18
    case T_Resource;
19
    case Invalid;
20
}
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