Skip to content

Commit e97d700

Browse files
committed
Typo
1 parent 560594b commit e97d700

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/Data/Data.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class Data implements \JsonSerializable
4343
/**
4444
* @var array<string>
4545
*/
46-
public array $nace;
46+
public array $nace = [];
4747

4848

4949
/**

src/Data/DataProviderFactory.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
namespace h4kuna\Ares\Data;
44

5-
use h4kuna\Ares;
6-
75
class DataProviderFactory
86
{
97

0 commit comments

Comments
 (0)