Fix phpdoc

This commit is contained in:
Frederic Guillot
2015-12-05 21:22:37 -05:00
parent bb63068196
commit 18c56a50e7
14 changed files with 16 additions and 16 deletions

View File

@@ -172,9 +172,9 @@ class ProjectGroupRole extends Base
foreach ($rows as $row) {
$result = $this->db->table(self::TABLE)->save(array(
'project_id' => $project_dst_id,
'group_id' => $row['group_id'],
'role' => $row['role'],
'project_id' => $project_dst_id,
'group_id' => $row['group_id'],
'role' => $row['role'],
));
if (! $result) {