Skip to content
Snippets Groups Projects
Commit fd4d0fd4 authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch #756478 by alex_b: remove obsolete return statement in findCaller().

parent 17a505d6
No related branches found
No related tags found
No related merge requests found
......@@ -154,7 +154,6 @@ public function findCaller() {
'type' => isset($stack[$i + 1]['type']) ? $stack[$i + 1]['type'] : NULL,
'args' => $stack[$i + 1]['args'],
);
return $stack[$i];
}
}
}
......
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