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

nepada / bust-cache / 8294617124

01 Mar 2024 10:19AM UTC coverage: 95.395%. Remained the same
8294617124

push

github

web-flow
Bump the phpstan group with 2 updates (#114)

290 of 304 relevant lines covered (95.39%)

0.95 hits per line

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

80.0
/src/BustCache/FileSystem/IOException.php
1
<?php
2
declare(strict_types = 1);
3

4
namespace Nepada\BustCache\FileSystem;
5

6
final class IOException extends \RuntimeException
7
{
8

9
    public static function create(string $message): self
10
    {
11
        return new self($message);
×
12
    }
13

14
    public static function failedToReadContents(string $filePath): self
1✔
15
    {
16
        return new self("Failed to read contents of file '{$filePath}'");
1✔
17
    }
18

19
    public static function failedToReadModificationTime(string $path): self
1✔
20
    {
21
        return new self("Failed to read modification time of '{$path}'");
1✔
22
    }
23

24
}
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

© 2025 Coveralls, Inc