@@ -22,13 +22,13 @@ |
||
| 22 | 22 | */ |
| 23 | 23 | protected function data($tickAdjust = 0) |
| 24 | 24 | { |
| 25 | - $data = ($this->tick() + $tickAdjust) . '|' . $this->action; |
|
| 25 | + $data = ($this->tick() + $tickAdjust).'|'.$this->action; |
|
| 26 | 26 | |
| 27 | 27 | if ($this->userId) { |
| 28 | - $data .= '|' . $this->userId; |
|
| 28 | + $data .= '|'.$this->userId; |
|
| 29 | 29 | } |
| 30 | 30 | if ($this->sessionToken) { |
| 31 | - $data .= '|' . $this->sessionToken; |
|
| 31 | + $data .= '|'.$this->sessionToken; |
|
| 32 | 32 | } |
| 33 | 33 | |
| 34 | 34 | return $data; |