Skip to content

Commit

Permalink
fix some doc blocks (#51043)
Browse files Browse the repository at this point in the history
  • Loading branch information
saMahmoudzadeh authored Apr 15, 2024
1 parent 48246da commit 70320e3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/Illuminate/Console/Concerns/ConfiguresPrompts.php
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ protected function validatePrompt($value, $rules)
/**
* Get the validator instance that should be used to validate prompts.
*
* @param string $value
* @param mixed $field
* @param mixed $value
* @param mixed $rules
* @param array $messages
Expand Down
4 changes: 2 additions & 2 deletions src/Illuminate/Mail/Transport/SesTransport.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,9 @@ protected function doSend(SentMessage $message): void
}

/**
* Extract the SES list managenent options, if applicable.
* Extract the SES list management options, if applicable.
*
* @param \Illuminate\Mail\SentMessage $message
* @param \Symfony\Component\Mailer\SentMessage $message
* @return array|null
*/
protected function listManagementOptions(SentMessage $message)
Expand Down
2 changes: 1 addition & 1 deletion src/Illuminate/Support/MultipleInstanceManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ abstract public function setDefaultInstance($name);
abstract public function getInstanceConfig($name);

/**
* Get an instance instance by name.
* Get an instance by name.
*
* @param string|null $name
* @return mixed
Expand Down
2 changes: 1 addition & 1 deletion src/Illuminate/View/InvokableComponentVariable.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public function __invoke()
/**
* Resolve the variable as a string.
*
* @return mixed
* @return string
*/
public function __toString()
{
Expand Down

0 comments on commit 70320e3

Please sign in to comment.