Page MenuHomePhorge

Remove an unneeded condition in PHUITimelineEventView.php
AcceptedPublic

Authored by aklapper on Sun, Apr 27, 10:56.

Details

Reviewers
valerio.bozzolan
Group Reviewers
O1: Blessed Committers
Summary

Since rP40e9806e3c88500a67d382a5ec07594325f1b000 changing if ($items || $has_menu) to if ($items), the ternary operator condition $items ? 'a' : 'span' is always true.

Test Plan

Read the code; run static code analysis.

Diff Detail

Repository
rP Phorge
Branch
ternaryAlwaysTrue (branched from master)
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 1898
Build 1898: arc lint + arc unit