Completed
Push — master ( 3f204e...7dc412 )
by Beñat
01:49
created
src/BenatEspina/StackExchangeApiClient/Api/Answer/RenderAnswer.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -31,6 +31,9 @@
 block discarded – undo
31 31
     private $serializer;
32 32
     private $authentication;
33 33
 
34
+    /**
35
+     * @param null|Authentication $authentication
36
+     */
34 37
     public function __construct(HttpClient $client, Serializer $serializer, ?Authentication $authentication)
35 38
     {
36 39
         $this->client = $client;
Please login to merge, or discard this patch.