Passed
Push — master ( b85d4e...511693 )
by Dispositif
02:38
created
src/Domain/Publisher/BnfMapper.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -153,12 +153,12 @@
 block discarded – undo
153 153
             return $tac;
154 154
         }
155 155
         // 214 : nouvelle zone 2019
156
-        if ($tac = $this->xpath2string('//mxc:datafield[@tag="214"]/mxc:subfield[@code="c"]',' / ')) {
156
+        if ($tac = $this->xpath2string('//mxc:datafield[@tag="214"]/mxc:subfield[@code="c"]', ' / ')) {
157 157
             return $tac;
158 158
         }
159 159
 
160 160
         // 219 ancienne zone ?
161
-        if ($tac = $this->xpath2string('//mxc:datafield[@tag="219"]/mxc:subfield[@code="c"]',' / ')) {
161
+        if ($tac = $this->xpath2string('//mxc:datafield[@tag="219"]/mxc:subfield[@code="c"]', ' / ')) {
162 162
             return $tac;
163 163
         }
164 164
 
Please login to merge, or discard this patch.