@@ -15,10 +15,10 @@ |
||
15 | 15 | * @link http://github.com/nfephp-org/sped-esocial for the canonical source repository |
16 | 16 | */ |
17 | 17 | |
18 | +use NFePHP\Common\Certificate; |
|
18 | 19 | use NFePHP\eSocial\Factories\Factory; |
19 | -use NFePHP\eSocial\Factories\FactoryInterface; |
|
20 | 20 | use NFePHP\eSocial\Factories\FactoryId; |
21 | -use NFePHP\Common\Certificate; |
|
21 | +use NFePHP\eSocial\Factories\FactoryInterface; |
|
22 | 22 | use stdClass; |
23 | 23 | |
24 | 24 | class EvtTabProcesso extends Factory implements FactoryInterface |
@@ -15,10 +15,10 @@ |
||
15 | 15 | * @link http://github.com/nfephp-org/sped-esocial for the canonical source repository |
16 | 16 | */ |
17 | 17 | |
18 | +use NFePHP\Common\Certificate; |
|
18 | 19 | use NFePHP\eSocial\Factories\Factory; |
19 | -use NFePHP\eSocial\Factories\FactoryInterface; |
|
20 | 20 | use NFePHP\eSocial\Factories\FactoryId; |
21 | -use NFePHP\Common\Certificate; |
|
21 | +use NFePHP\eSocial\Factories\FactoryInterface; |
|
22 | 22 | use stdClass; |
23 | 23 | |
24 | 24 | class EvtTabRubrica extends Factory implements FactoryInterface |
@@ -15,10 +15,10 @@ |
||
15 | 15 | * @link http://github.com/nfephp-org/sped-esocial for the canonical source repository |
16 | 16 | */ |
17 | 17 | |
18 | +use NFePHP\Common\Certificate; |
|
18 | 19 | use NFePHP\eSocial\Factories\Factory; |
19 | -use NFePHP\eSocial\Factories\FactoryInterface; |
|
20 | 20 | use NFePHP\eSocial\Factories\FactoryId; |
21 | -use NFePHP\Common\Certificate; |
|
21 | +use NFePHP\eSocial\Factories\FactoryInterface; |
|
22 | 22 | use stdClass; |
23 | 23 | |
24 | 24 | class EvtTSVAltContr extends Factory implements FactoryInterface |
@@ -15,10 +15,10 @@ |
||
15 | 15 | * @link http://github.com/nfephp-org/sped-esocial for the canonical source repository |
16 | 16 | */ |
17 | 17 | |
18 | +use NFePHP\Common\Certificate; |
|
18 | 19 | use NFePHP\eSocial\Factories\Factory; |
19 | -use NFePHP\eSocial\Factories\FactoryInterface; |
|
20 | 20 | use NFePHP\eSocial\Factories\FactoryId; |
21 | -use NFePHP\Common\Certificate; |
|
21 | +use NFePHP\eSocial\Factories\FactoryInterface; |
|
22 | 22 | use stdClass; |
23 | 23 | |
24 | 24 | class EvtTSVInicio extends Factory implements FactoryInterface |
@@ -15,10 +15,10 @@ |
||
15 | 15 | * @link http://github.com/nfephp-org/sped-esocial for the canonical source repository |
16 | 16 | */ |
17 | 17 | |
18 | +use NFePHP\Common\Certificate; |
|
18 | 19 | use NFePHP\eSocial\Factories\Factory; |
19 | -use NFePHP\eSocial\Factories\FactoryInterface; |
|
20 | 20 | use NFePHP\eSocial\Factories\FactoryId; |
21 | -use NFePHP\Common\Certificate; |
|
21 | +use NFePHP\eSocial\Factories\FactoryInterface; |
|
22 | 22 | use stdClass; |
23 | 23 | |
24 | 24 | class EvtTSVTermino extends Factory implements FactoryInterface |
@@ -2,15 +2,15 @@ |
||
2 | 2 | |
3 | 3 | namespace NFePHP\eSocial\Factories; |
4 | 4 | |
5 | -use NFePHP\Common\DOMImproved as Dom; |
|
5 | +use DOMDocument; |
|
6 | +use DOMElement; |
|
7 | +use DateTime; |
|
6 | 8 | use NFePHP\Common\Certificate; |
9 | +use NFePHP\Common\DOMImproved as Dom; |
|
7 | 10 | use NFePHP\Common\Signer; |
8 | 11 | use NFePHP\Common\Strings; |
9 | 12 | use NFePHP\Common\Validator; |
10 | 13 | use stdClass; |
11 | -use DOMDocument; |
|
12 | -use DOMElement; |
|
13 | -use DateTime; |
|
14 | 14 | |
15 | 15 | class Factory |
16 | 16 | { |
@@ -10,7 +10,7 @@ |
||
10 | 10 | * Build Id for eSocial event |
11 | 11 | * @param int $tpInsc |
12 | 12 | * @param string $nrInsc |
13 | - * @param DateTime $data |
|
13 | + * @param DateTime $date |
|
14 | 14 | * @param int $sequential |
15 | 15 | * @return string |
16 | 16 | */ |