1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-06 05:07: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 * Generates attachment field
* *
* @param $title * @param string $title
* @param $value * @param string|array $value
* @param $short * @param bool $short
* @return array * @return array
*/ */
private function generateAttachmentField($title, $value, $short) private function generateAttachmentField($title, $value, $short)