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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user