Fix typo in phpdoc

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

View File

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