Completed
Pull Request — master (#46)
by Nicolas
05:29
created
src/Messages/Message.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -175,6 +175,9 @@
 block discarded – undo
175 175
         return $this->headers;
176 176
     }
177 177
 
178
+    /**
179
+     * @param string $value
180
+     */
178 181
     public function setAttribute(string $attributeName, $value): WritableMessage
179 182
     {
180 183
         if($attributeName !== 'headers')
Please login to merge, or discard this patch.