Fix typo in phpdoc

This commit is contained in:
Frederic Guillot 2015-10-17 22:45:31 -04:00
parent 69689db79c
commit ddd562232e
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ class TaskImport extends Base
* Format row before validation
*
* @access public
* @param array $data
* @param array $row
* @return array
*/
public function prepare(array $row)