Completed
Pull Request — master (#15)
by Oliver
09:08
created
Client/AppleClient.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
Client/GcmClient.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
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);
Please login to merge, or discard this patch.