Fix Documentor error (#57)

This commit is contained in:
Mark Harrison 2020-09-25 17:35:16 +01:00 committed by GitHub
parent 0185ee1cd6
commit c886560c96
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,12 @@
<?php
/**
* OPcache GUI - build module
*
* @author Andrew Collington, andy@amnuts.com
* @version 3.0.0
* @link https://github.com/amnuts/opcache-gui
* @license MIT, http://acollington.mit-license.org/
*/
$parentPath = dirname(__DIR__);