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

phpolar / storage-driver / 13962099906

20 Mar 2025 04:41AM UTC coverage: 100.0%. First build
13962099906

Pull #25

github

web-flow
Merge b049c62b3 into 31508f977
Pull Request #25: fix: use php 8.3 or greater

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