We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 557a32f commit 407e1d8Copy full SHA for 407e1d8
src/Parser.php
@@ -11,7 +11,6 @@
11
12
use const PREG_UNMATCHED_AS_NULL;
13
use function array_pop;
14
-use function assert;
15
use function count;
16
use function max;
17
use function preg_match;
@@ -50,9 +49,6 @@ public function parse(string $string): array
50
49
$collected = [];
51
}
52
53
- assert(!empty($fromMatch['file']));
54
- assert(!empty($toMatch['file']));
55
-
56
$diff = new Diff($fromMatch['file'], $toMatch['file']);
57
58
$i++;
0 commit comments