Completed
Pull Request — master (#1121)
by Reen
04:03
created
lib/Elastica/Exception/Connection/HttpException.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -61,7 +61,7 @@
 block discarded – undo
61 61
                 return 'Operation timed out';
62 62
         }
63 63
 
64
-        return 'Unknown error:' . $error;
64
+        return 'Unknown error:'.$error;
65 65
     }
66 66
 
67 67
     /**
Please login to merge, or discard this patch.