@@ -401,7 +401,7 @@ |
||
401 | 401 | /** |
402 | 402 | * Attempts to create a slack\Attachment instance based on the $attachment data given. |
403 | 403 | * |
404 | - * @param mixed $attachment |
|
404 | + * @param callable $attachment |
|
405 | 405 | * @return mixed Either an instantiated slack\Attachment, or a passthrough of the input data. |
406 | 406 | */ |
407 | 407 | protected function resolveAttachment($attachment) |