Skip to content

Commit

Permalink
remove unknown parameter (#50965)
Browse files Browse the repository at this point in the history
  • Loading branch information
naopusyu authored Apr 8, 2024
1 parent 4c26433 commit cd5866d
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion src/Illuminate/Database/Schema/Blueprint.php
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,6 @@ public function engine($engine)
/**
* Specify that the InnoDB storage engine should be used for the table (MySQL only).
*
* @param string $engine
* @return void
*/
public function innoDb()
Expand Down
2 changes: 0 additions & 2 deletions src/Illuminate/Foundation/Configuration/Middleware.php
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,6 @@ public function replaceInGroup(string $group, string $search, string $replace)
/**
* Modify the middleware in the "web" group.
*
* @param string $group
* @param array|string $append
* @param array|string $prepend
* @param array|string $remove
Expand All @@ -318,7 +317,6 @@ public function web(array|string $append = [], array|string $prepend = [], array
/**
* Modify the middleware in the "api" group.
*
* @param string $group
* @param array|string $append
* @param array|string $prepend
* @param array|string $remove
Expand Down
1 change: 0 additions & 1 deletion src/Illuminate/Http/Client/PendingRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,6 @@ public function throw(?callable $callback = null)
* Throw an exception if a server or client error occurred and the given condition evaluates to true.
*
* @param callable|bool $condition
* @param callable|null $throwCallback
* @return $this
*/
public function throwIf($condition)
Expand Down
2 changes: 0 additions & 2 deletions src/Illuminate/Http/Client/Response.php
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,6 @@ public function toException()
/**
* Throw an exception if a server or client error occurred.
*
* @param \Closure|null $callback
* @return $this
*
* @throws \Illuminate\Http\Client\RequestException
Expand All @@ -301,7 +300,6 @@ public function throw()
* Throw an exception if a server or client error occurred and the given condition evaluates to true.
*
* @param \Closure|bool $condition
* @param \Closure|null $throwCallback
* @return $this
*
* @throws \Illuminate\Http\Client\RequestException
Expand Down

0 comments on commit cd5866d

Please sign in to comment.