Skip to content

Commit

Permalink
[10.x] Fix return type of prefixedResource & prefixedResource (#4…
Browse files Browse the repository at this point in the history
…7445)

* fix return type of `prefixedResource` & `prefixedResource`

* use FQN in docblocks
  • Loading branch information
milwad-dev authored Jun 15, 2023
1 parent ce0ae35 commit ea5172e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Illuminate/Routing/ResourceRegistrar.php
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ public function singleton($name, $controller, array $options = [])
* @param string $name
* @param string $controller
* @param array $options
* @return void
* @return \Illuminate\Routing\Router
*/
protected function prefixedResource($name, $controller, array $options)
{
Expand All @@ -201,7 +201,7 @@ protected function prefixedResource($name, $controller, array $options)
* @param string $name
* @param string $controller
* @param array $options
* @return void
* @return \Illuminate\Routing\Router
*/
protected function prefixedSingleton($name, $controller, array $options)
{
Expand Down

0 comments on commit ea5172e

Please sign in to comment.