@@ -39,7 +39,7 @@ |
||
| 39 | 39 | } |
| 40 | 40 | |
| 41 | 41 | /** |
| 42 | - * @param $message |
|
| 42 | + * @param string $message |
|
| 43 | 43 | * |
| 44 | 44 | * @return StopwatchEvent |
| 45 | 45 | */ |
@@ -50,7 +50,7 @@ |
||
| 50 | 50 | */ |
| 51 | 51 | public function push(Message $message) |
| 52 | 52 | { |
| 53 | - $profilingEvent = $this->notifProfiler->startProfiling('APPLE: ' . $message->getContent()); |
|
| 53 | + $profilingEvent = $this->notifProfiler->startProfiling('APPLE: '.$message->getContent()); |
|
| 54 | 54 | |
| 55 | 55 | try { |
| 56 | 56 | |
@@ -50,7 +50,7 @@ |
||
| 50 | 50 | */ |
| 51 | 51 | public function push(Message $message) |
| 52 | 52 | { |
| 53 | - $profilingEvent = $this->notifProfiler->startProfiling('GCM: ' . $message->getContent()); |
|
| 53 | + $profilingEvent = $this->notifProfiler->startProfiling('GCM: '.$message->getContent()); |
|
| 54 | 54 | |
| 55 | 55 | try { |
| 56 | 56 | parent::push($message); |