Fixed extra semi-colon

This commit is contained in:
Robin Chalas 2017-05-22 11:10:57 +02:00
parent 40b17336fc
commit c252c08d44

View File

@ -51,7 +51,6 @@ class ReflectionCaster
unset($v->value['position'], $v->value['isVariadic'], $v->value['byReference'], $v);
}
}
;
if (!($filter & Caster::EXCLUDE_VERBOSE) && $f = $c->getFileName()) {
$a[$prefix.'file'] = new LinkStub($f, $c->getStartLine());