Commit 1da9622 1 parent 999aca0 commit 1da9622 Copy full SHA for 1da9622
File tree 2 files changed +2
-2
lines changed
tests/unit/Reader/Factory
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 12
12
use Fastbolt \EntityImporter \Reader \Api \PagePaginationStrategy ;
13
13
use Fastbolt \EntityImporter \Reader \Api \PaginationStrategy ;
14
14
use Fastbolt \EntityImporter \Types \ImportSourceDefinition \Api ;
15
+ use Fastbolt \EntityImporter \Types \ImportSourceDefinition \ImportSourceDefinition ;
15
16
use GuzzleHttp \Client ;
16
17
use GuzzleHttp \Exception \RequestException ;
17
18
use GuzzleHttp \Psr7 \Response ;
@@ -29,7 +30,7 @@ class ApiReader implements ReaderInterface
29
30
30
31
private EntityImporterDefinition $ importerDefinition ;
31
32
32
- private Api $ importSourceDefinition ;
33
+ private ImportSourceDefinition | Api $ importSourceDefinition ;
33
34
34
35
private array $ options ;
35
36
Original file line number Diff line number Diff line change 10
10
11
11
use Fastbolt \EntityImporter \EntityImporterDefinition ;
12
12
use Fastbolt \EntityImporter \Reader \Factory \ApiReaderFactory ;
13
- use Fastbolt \EntityImporter \Types \ImportSourceDefinition \Api ;
14
13
use Fastbolt \TestHelpers \BaseTestCase ;
15
14
use Fastbolt \TestHelpers \Visibility ;
16
15
use GuzzleHttp \Client ;
You can’t perform that action at this time.
0 commit comments