Passed
Push — master ( de9f16...6836c0 )
by Aleksandr
02:35
created

interfaces/ExportFieldsInterface.php (1 issue)

1
<?php
2
3
4
namespace carono\exchange1c\interfaces;
5
6
7
interface ExportFieldsInterface
8
{
9
    /**
10
     * @param null $context
0 ignored issues
show
Documentation Bug introduced by
Are you sure the doc-type for parameter $context is correct as it would always require null to be passed?
Loading history...
11
     * @return array
12
     */
13
    public function getExportFields1c($context = null);
14
}