• 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/StorageDriverInterface.php
1
<?php
2

3
declare(strict_types=1);
4

5
namespace Phpolar\StorageDriver;
6

7
use Stringable;
8

9
interface StorageDriverInterface
10
{
11
  public function getDataType(TypeName $typeName): Stringable|DataTypeUnknown;
12
}
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