Test Failed
Pull Request — master (#9)
by Nicolas
03:28
created
src/Messages/Message.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -177,6 +177,9 @@
 block discarded – undo
177 177
         return $attributes['headers'];
178 178
     }
179 179
 
180
+    /**
181
+     * @param string $attributeName
182
+     */
180 183
     public function getAttribute($attributeName)
181 184
     {
182 185
         if(array_key_exists($attributeName, $this->attributes))
Please login to merge, or discard this patch.