• 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/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