Skip to content

Commit 3a0b190

Browse files
committed
Rename decodeArgumentsController to decode
1 parent 4a3c0d2 commit 3a0b190

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ParamConverter/HashidsParamConverter.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public function __construct(HashidsInterface $hashids, bool $passthrough, bool $
2727

2828
public function apply(Request $request, ParamConverter $configuration): bool
2929
{
30-
$this->decodeArgumentsController($request, $configuration);
30+
$this->decode($request, $configuration);
3131

3232
return $this->continueWithNextParamConverters();
3333
}
@@ -37,7 +37,7 @@ public function supports(ParamConverter $configuration): bool
3737
return true;
3838
}
3939

40-
private function decodeArgumentsController(Request $request, ParamConverter $configuration): void
40+
private function decode(Request $request, ParamConverter $configuration): void
4141
{
4242
$hash = $this->getHash($request, $configuration);
4343

0 commit comments

Comments
 (0)