summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib/Exceptions/NoMoreResults.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/user_ldap/lib/Exceptions/NoMoreResults.php')
-rw-r--r--apps/user_ldap/lib/Exceptions/NoMoreResults.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/apps/user_ldap/lib/Exceptions/NoMoreResults.php b/apps/user_ldap/lib/Exceptions/NoMoreResults.php
index cf04a155bd9..26dc4a58992 100644
--- a/apps/user_ldap/lib/Exceptions/NoMoreResults.php
+++ b/apps/user_ldap/lib/Exceptions/NoMoreResults.php
@@ -16,14 +16,13 @@ declare(strict_types=1);
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
-
namespace OCA\User_LDAP\Exceptions;
class NoMoreResults extends \Exception {