Skip to content

Commit 70320e3

Browse files
fix some doc blocks (#51043)
1 parent 48246da commit 70320e3

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

src/Illuminate/Console/Concerns/ConfiguresPrompts.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ protected function validatePrompt($value, $rules)
167167
/**
168168
* Get the validator instance that should be used to validate prompts.
169169
*
170-
* @param string $value
170+
* @param mixed $field
171171
* @param mixed $value
172172
* @param mixed $rules
173173
* @param array $messages

src/Illuminate/Mail/Transport/SesTransport.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,9 @@ protected function doSend(SentMessage $message): void
9494
}
9595

9696
/**
97-
* Extract the SES list managenent options, if applicable.
97+
* Extract the SES list management options, if applicable.
9898
*
99-
* @param \Illuminate\Mail\SentMessage $message
99+
* @param \Symfony\Component\Mailer\SentMessage $message
100100
* @return array|null
101101
*/
102102
protected function listManagementOptions(SentMessage $message)

src/Illuminate/Support/MultipleInstanceManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ abstract public function setDefaultInstance($name);
6464
abstract public function getInstanceConfig($name);
6565

6666
/**
67-
* Get an instance instance by name.
67+
* Get an instance by name.
6868
*
6969
* @param string|null $name
7070
* @return mixed

src/Illuminate/View/InvokableComponentVariable.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ public function __invoke()
8888
/**
8989
* Resolve the variable as a string.
9090
*
91-
* @return mixed
91+
* @return string
9292
*/
9393
public function __toString()
9494
{

0 commit comments

Comments
 (0)