@@ -11,7 +11,7 @@ |
||
| 11 | 11 | protected $contentType; |
| 12 | 12 | protected $streamName; |
| 13 | 13 | |
| 14 | - public function __construct($body, array $properties = array(), $contentType='application/json', $queueName='') |
|
| 14 | + public function __construct($body, array $properties = array(), $contentType = 'application/json', $queueName = '') |
|
| 15 | 15 | { |
| 16 | 16 | $this->body = $body; |
| 17 | 17 | $this->properties = $properties; |