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

nepada / bust-cache / 5143471446

pending completion
5143471446

Pull #96

github

web-flow
Merge 22bd8fddd into c682a9643
Pull Request #96: Update phpstan/phpstan requirement from 1.10.14 to 1.10.15

310 of 314 relevant lines covered (98.73%)

0.99 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