Add strict thing.

This commit is contained in:
James Cole
2021-07-10 15:54:49 +02:00
parent d828660b9e
commit b7919e4ef2

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
/*
* LDAPEventHandler.php
* Copyright (c) 2021 james@firefly-iii.org
@@ -53,4 +54,4 @@ class LDAPEventHandler
Log::debug('HERE WE ARE');
}
}
}