Cleaned up trailing whitespace

This commit is contained in:
Erik Thuning 2024-02-27 13:59:59 +01:00
parent deb47f94d3
commit c6a7af0639
17 changed files with 58 additions and 59 deletions
include

@ -1,7 +1,6 @@
<?php
abstract class Entity {
protected function __construct() {
}
abstract public function matches($term, $ldap);