@@ -17,7 +17,6 @@ |
||
17 | 17 | |
18 | 18 | use NFePHP\Common\Certificate; |
19 | 19 | use NFePHP\eSocial\Common\Factory; |
20 | -use NFePHP\eSocial\Common\FactoryId; |
|
21 | 20 | use NFePHP\eSocial\Common\FactoryInterface; |
22 | 21 | use stdClass; |
23 | 22 |
@@ -76,7 +76,7 @@ |
||
76 | 76 | $this->dom->addChild( |
77 | 77 | $ideEvento, |
78 | 78 | "nrRecibo", |
79 | - ! empty($this->std->nrrecibo) ? $this->std->nrrecibo : null, |
|
79 | + !empty($this->std->nrrecibo) ? $this->std->nrrecibo : null, |
|
80 | 80 | false |
81 | 81 | ); |
82 | 82 | $this->dom->addChild( |
@@ -73,7 +73,7 @@ |
||
73 | 73 | $this->dom->addChild( |
74 | 74 | $ideEvento, |
75 | 75 | "nrRecibo", |
76 | - ! empty($this->std->nrrecibo) ? $this->std->nrrecibo : null, |
|
76 | + !empty($this->std->nrrecibo) ? $this->std->nrrecibo : null, |
|
77 | 77 | false |
78 | 78 | ); |
79 | 79 | $this->dom->addChild( |