Fix coding style in the SummaryNavigationItemRenderer

refs #5543
This commit is contained in:
Eric Lippmann 2015-09-27 14:16:10 +02:00
parent eca9edca10
commit 4c798d4e04
1 changed files with 1 additions and 1 deletions

View File

@ -41,6 +41,6 @@ class SummaryNavigationItemRenderer extends BadgeNavigationItemRenderer
*/
public function getTitle()
{
return !empty($this->titles) ? join(', ', $this->titles) : '';
return ! empty($this->titles) ? join(', ', $this->titles) : '';
}
}