Completed
Push — master ( 61b0c3...53d02d )
by Casey
02:56
created
src/RecordIterator.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -95,8 +95,8 @@  discard block
 block discarded – undo
95 95
         $this->resumptionToken  = $resumptionToken;
96 96
 
97 97
         //Node name error?
98
-        if (! $this->getItemNodeName()) {
99
-            throw new BaseOaipmhException('Cannot determine item name for verb: ' . $this->verb);
98
+        if (!$this->getItemNodeName()) {
99
+            throw new BaseOaipmhException('Cannot determine item name for verb: '.$this->verb);
100 100
         }
101 101
     }
102 102
 
@@ -238,7 +238,7 @@  discard block
 block discarded – undo
238 238
         $this->numRequests++;
239 239
 
240 240
         //Result format error?
241
-        if (! isset($resp->$verb->$nodeName)) {
241
+        if (!isset($resp->$verb->$nodeName)) {
242 242
             throw new MalformedResponseException(sprintf(
243 243
                 "Expected XML element list '%s' missing for verb '%s'",
244 244
                 $nodeName,
Please login to merge, or discard this patch.