Skip to content

Commit c4a8243

Browse files
authored
Fixing doc block (#42772)
1 parent 2eef351 commit c4a8243

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/Illuminate/Notifications/Messages/MailMessage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ public function bcc($address, $name = null)
243243
/**
244244
* Attach a file to the message.
245245
*
246-
* @param string|\Illuminate\Contracts\Mail\Attachable|\Illuminate\Contracts\Mail\Attachable $file
246+
* @param string|\Illuminate\Contracts\Mail\Attachable $file
247247
* @param array $options
248248
* @return $this
249249
*/

src/Illuminate/Testing/TestResponse.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -814,7 +814,7 @@ public function assertJsonMissingExact(array $data)
814814
/**
815815
* Assert that the response does not contain the given path.
816816
*
817-
* @param array $data
817+
* @param string $path
818818
* @return $this
819819
*/
820820
public function assertJsonMissingPath(string $path)

src/Illuminate/Validation/Concerns/FormatsMessages.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ protected function replacePositionPlaceholder($message, $attribute)
347347
* @param string $message
348348
* @param string $attribute
349349
* @param string $placeholder
350-
* @param \Closure $modifier
350+
* @param \Closure|null $modifier
351351
* @return string
352352
*/
353353
protected function replaceIndexOrPositionPlaceholder($message, $attribute, $placeholder, Closure $modifier = null)

0 commit comments

Comments
 (0)