@@ -305,7 +305,7 @@ discard block |
||
305 | 305 | * |
306 | 306 | * @param string $msg |
307 | 307 | * @param int $priority One of the Propel::LOG_* logging levels |
308 | - * @return boolean |
|
308 | + * @return boolean|null |
|
309 | 309 | */ |
310 | 310 | protected function log($msg, $priority = Propel::LOG_INFO) |
311 | 311 | { |
@@ -1028,7 +1028,7 @@ discard block |
||
1028 | 1028 | * TableMap::TYPE_COLNAME, TableMap::TYPE_FIELDNAME, TableMap::TYPE_NUM. |
1029 | 1029 | * The default key type is the column's TableMap::TYPE_PHPNAME. |
1030 | 1030 | * |
1031 | - * @param mixed $parser A AbstractParser instance, |
|
1031 | + * @param string $parser A AbstractParser instance, |
|
1032 | 1032 | * or a format name ('XML', 'YAML', 'JSON', 'CSV') |
1033 | 1033 | * @param string $data The source data to import from |
1034 | 1034 | * @param string $keyType The type of keys the array uses. |