Add/improve code documentation

This commit is contained in:
Dale Davies
2022-02-04 11:52:57 +00:00
parent 3c5d79df97
commit 5dd3c6e852
11 changed files with 101 additions and 5 deletions

View File

@@ -1,4 +1,11 @@
<?php
/**
* Generate dynamic CSS for randomising the background image.
*
* @author Dale Davies <dale@daledavies.co.uk>
* @license MIT
*/
// Provided by composer for psr-4 style autoloading.
require __DIR__ .'/vendor/autoload.php';