Rename function to camelCase
This commit is contained in:
parent
c7c0445a6b
commit
1758011412
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ class OfferController extends AbstractController
|
|||
}
|
||||
|
||||
#[Route('/offer/{id}', name: 'show_offer')]
|
||||
public function show_offer(Offering $offer, WishRepository $wishRepository, PlzToCoordinate $plzconverter, DistanceCalculator $distanceCalculator): Response
|
||||
public function showOffer(Offering $offer, WishRepository $wishRepository, PlzToCoordinate $plzconverter, DistanceCalculator $distanceCalculator): Response
|
||||
{
|
||||
$distance = 0;
|
||||
$user = $this->getUser();
|
||||
|
|
Reference in a new issue