@@ -61,7 +61,7 @@ |
||
| 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 | |
@@ -52,7 +52,7 @@ |
||
| 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 | } |