1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-05 20:57:36 +02:00

Add missing PHPDoc types

This commit is contained in:
Haralan Dobrev
2016-11-15 00:58:18 +02:00
parent d34de6bf30
commit dd238892cf

View File

@@ -217,9 +217,9 @@ class SlackRecord
/**
* Generates attachment field
*
* @param $title
* @param $value
* @param $short
* @param string $title
* @param string|array $value
* @param bool $short
* @return array
*/
private function generateAttachmentField($title, $value, $short)