Skip to main content
path for $URL is uselessly assigned twice
The path for $URL is assigned once to view $VIEW and once to $DIFFERENT_VIEW, which can lead to unexpected behavior. Verify what the intended target view is and delete the other route.
path for $URL is assigned twice with different names
The name $NAME is used for both $URL and $OTHER_URL, which can lead to unexpected behavior when using URL reversing. Pick a unique name for each path.