Skip to content

Commit

Permalink
[7.x] Fix docblock spacing (#31861)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamgergo committed Mar 9, 2020
1 parent d806109 commit 10eb9fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Routing/UrlRoutable.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public function getRouteKeyName();
/**
* Retrieve the model for a bound value.
*
* @param mixed $value
* @param mixed $value
* @param string|null $field
* @return \Illuminate\Database\Eloquent\Model|null
*/
Expand All @@ -30,8 +30,8 @@ public function resolveRouteBinding($value, $field = null);
/**
* Retrieve the child model for a bound value.
*
* @param string $childType
* @param mixed $value
* @param string $childType
* @param mixed $value
* @param string|null $field
* @return \Illuminate\Database\Eloquent\Model|null
*/
Expand Down

0 comments on commit 10eb9fd

Please sign in to comment.