Skip to content

Commit

Permalink
[11.x] Fix: update @param in some doc block (#50827)
Browse files Browse the repository at this point in the history
* fix: update @param in some doc block

* fix code style

* Update src/Illuminate/Console/Signals.php

---------

Co-authored-by: Dries Vints <[email protected]>
  • Loading branch information
saMahmoudzadeh and driesvints authored Mar 29, 2024
1 parent 954c226 commit 694e51a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/Illuminate/Console/Signals.php
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ protected function setHandlers($handlers)
/**
* Set the availability resolver.
*
* @param callable(): bool
* @param (callable(): bool) $resolver
* @return void
*/
public static function resolveAvailabilityUsing($resolver)
Expand Down
2 changes: 1 addition & 1 deletion src/Illuminate/Foundation/Exceptions/Handler.php
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ public function dontReport(array|string $exceptions)
/**
* Indicate that the given exception type should not be reported.
*
* @param array|string $class
* @param array|string $exceptions
* @return $this
*/
public function ignore(array|string $exceptions)
Expand Down
2 changes: 1 addition & 1 deletion src/Illuminate/Foundation/Vite.php
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ public function useManifestFilename($filename)
/**
* Resolve asset paths using the provided resolver.
*
* @param callable|null $urlResolver
* @param callable|null $resolver
* @return $this
*/
public function createAssetPathsUsing($resolver)
Expand Down
2 changes: 1 addition & 1 deletion src/Illuminate/Mail/Mailables/Headers.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public function references(array $references)
/**
* Set the headers for this message.
*
* @param array $references
* @param array $text
* @return $this
*/
public function text(array $text)
Expand Down

0 comments on commit 694e51a

Please sign in to comment.