Add boilerplate.
This commit is contained in:
2023-07-17 22:15:32 +02:00
commit a246677d6a
6 changed files with 1667 additions and 0 deletions

16
src/MDPuqi.php Normal file
View File

@ -0,0 +1,16 @@
<?PHP
/**
* Publication Quality Index: This class provides the base for computing a
* numeric score for describing the quality of an object record for publication.
*
* @author Joshua Ramon Enslin <joshua@museum-digital.de>
*/
declare(strict_types = 1);
/**
* Publication Quality Index: This class provides the base for computing a
* numeric score for describing the quality of an object record for publication.
*/
final class MDPuqi {
}