Applied fixes from StyleCI

This commit is contained in:
flash 2015-11-11 16:56:03 -05:00
parent 082bd62efc
commit 64998fdc04
2 changed files with 6 additions and 5 deletions

View file

@ -207,7 +207,8 @@ class User
} }
// Add ranks to a user // Add ranks to a user
public function addRanks($ranks) { public function addRanks($ranks)
{
// Update the ranks array // Update the ranks array
$ranks = array_map('intval', array_unique(array_merge($this->ranks(), $ranks))); $ranks = array_map('intval', array_unique(array_merge($this->ranks(), $ranks)));