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

Fixed typo: extraneous semicolon.

parent 1b8861ff
No related merge requests found
...@@ -43,7 +43,7 @@ use SerialsSolutions\Summon\Zend2 as BaseSummon, ...@@ -43,7 +43,7 @@ use SerialsSolutions\Summon\Zend2 as BaseSummon,
* @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://api.summon.serialssolutions.com/help/api/ API Documentation * @link http://api.summon.serialssolutions.com/help/api/ API Documentation
*/ */
class Summon extends BaseSummon; class Summon extends BaseSummon
{ {
/** /**
* Should boolean operators in the search string be treated as * Should boolean operators in the search string be treated as
......
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