client/includes/Notifications/PageConnectionPresentationModel.php
Method getSecondaryLinks
has 29 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function getSecondaryLinks() {
$ret = [];
if ( $this->getBundleCount( true, [ $this, 'callbackForBundleCount' ] ) === 1 ) {
$ret[] = $this->getAgentLink();