Completed
Push — master ( 218e3f...ae2124 )
by Gaetano
04:08
created
Adapter/Kinesis/Message.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.