@@ -65,13 +65,13 @@ |
||
65 | 65 | ), |
66 | 66 | ); |
67 | 67 | |
68 | - if ( !empty( $this->aps ) ) |
|
68 | + if (!empty($this->aps)) |
|
69 | 69 | { |
70 | - $payload[ 'aps' ] += $this->aps; |
|
70 | + $payload['aps'] += $this->aps; |
|
71 | 71 | } |
72 | - if ( !empty( $this->external ) ) |
|
72 | + if (!empty($this->external)) |
|
73 | 73 | { |
74 | - $payload = array_merge( $payload, $this->external ); |
|
74 | + $payload = array_merge($payload, $this->external); |
|
75 | 75 | } |
76 | 76 | |
77 | 77 | return $payload; |