docs: Fixing array multiline syntax for sendmailPathProvider

This commit is contained in:
SirLouen 2025-12-08 16:54:13 +01:00
parent dca8e03946
commit 14e1efe293
No known key found for this signature in database
GPG Key ID: 87796BFBFE09911B
1 changed files with 4 additions and 4 deletions

View File

@ -206,10 +206,10 @@ final class MailTransportTest extends SendTestCase
/**
* Data provider for testParseSendmailPath.
*
* @return array<string, array<int, string>> {
* @type string $0 The sendmail path to parse.
* @type string $1 The expected command after parsing.
* @type string $2 The expected Sender (-f parameter) after parsing.
* @return array{
* 0: string, // The sendmail path to parse.
* 1: string, // The expected command after parsing.
* 2: string // The expected Sender (-f parameter) after parsing.
* }
*/