Change Schema classes to final

This commit is contained in:
2023-04-02 22:08:43 +10:00
parent 4fd51abcb1
commit a62e7ddeca
7 changed files with 9 additions and 8 deletions

View File

@@ -10,7 +10,7 @@ use Illuminate\Support\Facades\Log;
* @package phpLDAPadmin
* @subpackage Schema
*/
class LDAPSyntax extends Base {
final class LDAPSyntax extends Base {
// Is human readable?
private ?bool $is_not_human_readable = NULL;