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