This commit is contained in:
Nik Karbaum 2019-01-10 01:50:09 +01:00
parent 04c6d86da5
commit 5715e730fd
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ class Lua {
const LUA_VERSION = '5.1.4';
/**
* @link: https://secure.php.net/manual/en/lua.construct.php
* @link https://secure.php.net/manual/en/lua.construct.php
*/
public function __construct(?string $lua_script_file = null) {}