set strict_types

This commit is contained in:
Uwe Steinmann 2021-09-29 17:24:30 +02:00
parent 2b1f637e9c
commit 7e17ea145c

View File

@ -1,4 +1,5 @@
<?php <?php
declare(strict_types=1);
/** /**
* Implementation of a document in the document management system * Implementation of a document in the document management system
* *