File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 77## Features
88
99* Extend interface with empty attribute value getter
10+ * Extend interface for import explizit filename
1011
1112# Version 4.0.0
1213
Original file line number Diff line number Diff line change @@ -29,42 +29,42 @@ interface FileResolverConfigurationInterface
2929 /**
3030 * The default prefix sequence of the import files.
3131 *
32- * @var string
32+ * @var string
3333 */
3434 const DEFAULT_PREFIX = '.* ' ;
3535
3636 /**
3737 * The default filename sequence of the import files.
3838 *
39- * @var string
39+ * @var string
4040 */
4141 const DEFAULT_FILENAME = '.* ' ;
4242
4343 /**
4444 * The counter sequence of the import files.
4545 *
46- * @var string
46+ * @var string
4747 */
4848 const DEFAULT_COUNTER = '\d+ ' ;
4949
5050 /**
5151 * The file suffix for import files.
5252 *
53- * @var string
53+ * @var string
5454 */
5555 const DEFAULT_SUFFIX = 'csv ' ;
5656
5757 /**
5858 * The file suffix for OK file.
5959 *
60- * @var string
60+ * @var string
6161 */
6262 const DEFAULT_OK_FILE_SUFFIX = 'ok ' ;
6363
6464 /**
6565 * The separator char for the elements of the file.
6666 *
67- * @var string
67+ * @var string
6868 */
6969 const DEFAULT_ELEMENT_SEPARATOR = '_ ' ;
7070
You can’t perform that action at this time.
0 commit comments