I just found a small coding issue in the EasyBreadcrumbBuilder's applies() method:
$request = $request = $this->requestStack->getCurrentRequest();
One of $request is unnecessary.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | duplicated-variable-3062768-2.patch | 590 bytes | denes.szabo |
Comments
Comment #2
denes.szabo commentedI just attached my fix.
Comment #3
renatog commentedReally makes sense.
Good catch!
Comment #4
greg boggsNoooo, I would never code that! @RenatoG, feel free to commit.
~G
Comment #6
renatog commentedhaha
Committed to the dev branch: 8.x-1.x
Thanks @denesszabo
Best,