Page MenuHomePhabricator

D21420.diff
No OneTemporary

D21420.diff

diff --git a/src/applications/differential/parser/DifferentialChangesetParser.php b/src/applications/differential/parser/DifferentialChangesetParser.php
--- a/src/applications/differential/parser/DifferentialChangesetParser.php
+++ b/src/applications/differential/parser/DifferentialChangesetParser.php
@@ -1327,6 +1327,10 @@
$not_covered = 0;
foreach ($this->new as $k => $new) {
+ if ($new === null) {
+ continue;
+ }
+
if (!$new['line']) {
continue;
}

File Metadata

Mime Type
text/plain
Expires
Sat, Nov 23, 4:54 PM (13 h, 51 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6778950
Default Alt Text
D21420.diff (508 B)

Event Timeline