Code style fixes

This commit is contained in:
Dmitry Khomutov 2016-04-21 13:46:38 +06:00
commit 047311c481
25 changed files with 946 additions and 1017 deletions

View file

@ -95,10 +95,10 @@ class ProjectTest extends \PHPUnit_Framework_TestCase
*/
public function testExecute_TestProjectAccessInformation()
{
$info = array(
$info = [
'item1' => 'Item One',
'item2' => 2,
);
];
$project = new Project();
$project->setAccessInformation($info);