@@ -100,7 +100,7 @@ discard block |
||
100 | 100 | $this->std->infoexclusao->nrrecevt, |
101 | 101 | true |
102 | 102 | ); |
103 | - if (! empty($this->std->idetrabalhador)) { |
|
103 | + if (!empty($this->std->idetrabalhador)) { |
|
104 | 104 | $ideTrabalhador = $this->dom->createElement("ideTrabalhador"); |
105 | 105 | $this->dom->addChild( |
106 | 106 | $ideTrabalhador, |
@@ -111,7 +111,7 @@ discard block |
||
111 | 111 | $this->dom->addChild( |
112 | 112 | $ideTrabalhador, |
113 | 113 | "nisTrab", |
114 | - ! empty($this->std->idetrabalhador->nistrab) ? $this->std->idetrabalhador->nistrab : null, |
|
114 | + !empty($this->std->idetrabalhador->nistrab) ? $this->std->idetrabalhador->nistrab : null, |
|
115 | 115 | false |
116 | 116 | ); |
117 | 117 | $infoExclusao->appendChild($ideTrabalhador); |
@@ -16,7 +16,6 @@ |
||
16 | 16 | */ |
17 | 17 | use NFePHP\Common\Certificate; |
18 | 18 | use NFePHP\eSocial\Common\Factory; |
19 | -use NFePHP\eSocial\Common\FactoryId; |
|
20 | 19 | use NFePHP\eSocial\Common\FactoryInterface; |
21 | 20 | use stdClass; |
22 | 21 |