Run php-cs-fixer on the code base
This commit is contained in:
@@ -30,7 +30,6 @@ class TaskExportTest extends Base
|
||||
$this->assertNotFalse($c->create(array('name' => 'Category #3', 'project_id' => 1)));
|
||||
|
||||
for ($i = 1; $i <= 100; $i++) {
|
||||
|
||||
$task = array(
|
||||
'title' => 'Task #'.$i,
|
||||
'project_id' => 1,
|
||||
|
||||
Reference in New Issue
Block a user