Skip to content
Snippets Groups Projects
Commit 92514ade authored by Demian Katz's avatar Demian Katz
Browse files

Fixed typo -- extra semicolon.

parent d1f2dba9
No related merge requests found
...@@ -37,6 +37,6 @@ use VuFind\Search\Base\Params as BaseParams; ...@@ -37,6 +37,6 @@ use VuFind\Search\Base\Params as BaseParams;
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License
* @link http://www.vufind.org Main Page * @link http://www.vufind.org Main Page
*/ */
class Params extends BaseParams; class Params extends BaseParams
{ {
} }
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment