Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14081655
D21420.id50967.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
508 B
Referenced Files
None
Subscribers
None
D21420.id50967.diff
View Options
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
Details
Attached
Mime Type
text/plain
Expires
Sat, Nov 23, 9:07 PM (18 h, 49 s)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6778950
Default Alt Text
D21420.id50967.diff (508 B)
Attached To
Mode
D21420: Likely, fix a warning when rendering modified coverage
Attached
Detach File
Event Timeline
Log In to Comment