Skip to content
Snippets Groups Projects
Unverified Commit 3e102350 authored by Jaime Pérez Crespo's avatar Jaime Pérez Crespo
Browse files

Remove unused variable.

parent 89ed509e
No related branches found
No related tags found
No related merge requests found
......@@ -224,7 +224,7 @@ class Metadata
$firstAllowed = null;
// look through the endpoint list for acceptable endpoints
foreach ($endpoints as $i => $ep) {
foreach ($endpoints as $ep) {
if ($bindings !== null && !in_array($ep['Binding'], $bindings, true)) {
// unsupported binding, skip it
continue;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment