Fixed naming.

This commit is contained in:
Dmitry Khomutov 2017-10-21 15:51:05 +07:00
commit 45e674a733
22 changed files with 24 additions and 36 deletions

View file

@ -202,8 +202,10 @@ class BuildController extends Controller
}
/**
* Formats a list of builds into rows suitable for the dropdowns in the PHPCI header bar.
* Formats a list of builds into rows suitable for the dropdowns in the header bar.
*
* @param $builds
*
* @return array
*/
protected function formatBuilds($builds)

View file

@ -9,7 +9,7 @@ use PHPCensor\Model\Build;
use PHPCensor\Controller;
/**
* Home Controller - Displays the PHPCI Dashboard.
* Home Controller - Displays the Dashboard.
*
* @author Dan Cryer <dan@block8.co.uk>
*/
@ -41,7 +41,7 @@ class HomeController extends Controller
}
/**
* Display PHPCI dashboard:
* Display dashboard:
*/
public function index()
{