Skip to content
Snippets Groups Projects
Unverified Commit 35f5d85e authored by Tim van Dijen's avatar Tim van Dijen Committed by GitHub
Browse files

Scrutinizer: ignore unused variable

parent 3b4178d6
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,7 @@ class PHP extends \SimpleSAML\Auth\ProcessingFilter
assert(is_array($request));
assert(array_key_exists('Attributes', $request));
$function = function (/** @scrutinizer ignore-unused */ &$attributes, &$state) {
$function = function (/** @scrutinizer ignore-unused */ &$attributes, /** @scrutinizer ignore-unused */ &$state) {
eval($this->code);
};
$function($request['Attributes'], $request);
......
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