Passed
Push — master ( 314d48...1728d3 )
by Dmitry
01:44
created
src/Provider31/Request.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
      */
62 62
     private static function get_http_raw_post_data()
63 63
     {
64
-        Log::instance()->add('request from ' . $_SERVER['REMOTE_ADDR']);
64
+        Log::instance()->add('request from '.$_SERVER['REMOTE_ADDR']);
65 65
 
66 66
         $raw_request = file_get_contents('php://input');
67 67
 
Please login to merge, or discard this patch.
src/Provider31/Response.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@
 block discarded – undo
52 52
      *      @param string $name
53 53
      *      @param string $value (optional)
54 54
      */
55
-    public function createElement($name, $value=NULL)
55
+    public function createElement($name, $value = NULL)
56 56
     {
57 57
         return parent::createElement($name, $value);
58 58
     }
Please login to merge, or discard this patch.