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

MyIntervals / PHP-CSS-Parser / 21368959380

26 Jan 2026 06:20PM UTC coverage: 68.879% (-2.4%) from 71.315%
21368959380

Pull #1482

github

web-flow
Merge 8ea6bbfde into 416f6a7fe
Pull Request #1482: Remove `thecodingmachine/safe` dependency

0 of 71 new or added lines in 5 files covered. (0.0%)

1432 of 2079 relevant lines covered (68.88%)

29.59 hits per line

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

0.0
/src/Safe/Exceptions/FilesystemException.php
1
<?php
2

3
declare(strict_types=1);
4

5
namespace Sabberworm\CSS\Safe\Exceptions;
6

7
class FilesystemException extends \ErrorException implements SafeExceptionInterface
8
{
NEW
9
    public static function createFromPhpError(): self
×
NEW
10
    {
×
NEW
11
        $error = \error_get_last();
×
12

NEW
13
        return new self($error['message'] ?? 'An error occurred', 0, $error['type'] ?? 1);
×
NEW
14
    }
×
15
}
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