diff --git a/module/VuDL/src/VuDL/Connection/Fedora.php b/module/VuDL/src/VuDL/Connection/Fedora.php
index 36b3ad09589ebd00c9102c27e7ea2f4a0aab67c1..5dbe876932a0d836a42819f75fdcc55729433f97 100644
--- a/module/VuDL/src/VuDL/Connection/Fedora.php
+++ b/module/VuDL/src/VuDL/Connection/Fedora.php
@@ -286,7 +286,7 @@ class Fedora extends AbstractBase
                         return $op['id'];
                     },
                     $items
-                );;
+                );
             }
         }
         // No sequence? Title sort.
diff --git a/module/VuFind/src/VuFind/ILS/Driver/ClaviusSQL.php b/module/VuFind/src/VuFind/ILS/Driver/ClaviusSQL.php
index a657347c2b187b74193eff77dcc4622b654ef216..3b7451ee9eb7e6e382543db5c9c349feaf5da6b2 100644
--- a/module/VuFind/src/VuFind/ILS/Driver/ClaviusSQL.php
+++ b/module/VuFind/src/VuFind/ILS/Driver/ClaviusSQL.php
@@ -257,7 +257,7 @@ class ClaviusSQL extends AbstractBase
             $sqlSt = $this->db->prepare($sql);
             $sqlSt->execute();
             $result = $sqlSt->fetchAll();
-            $return = array('count' => count($result), 'results' => array());;
+            $return = array('count' => count($result), 'results' => array());
             foreach ($result as $row) {
                 $return['results'][] = array(
                     'id' => $this->getLongId($row['tcislo'], $row['druhdoku'])