Completed
Push — master ( 6f7639...b9199c )
by Marc
24:41 queued 09:45
created
src/GuzzleJsonAuth.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -336,7 +336,7 @@
 block discarded – undo
336 336
     protected function _getUserField($fieldName)
337 337
     {
338 338
         if (!isset($this->_user[$fieldName])) {
339
-            throw new \BadMethodCallException('Invalid field name ' . $fieldName);
339
+            throw new \BadMethodCallException('Invalid field name '.$fieldName);
340 340
         }
341 341
         return $this->_user[$fieldName];
342 342
     }
Please login to merge, or discard this patch.