support/testing/tests/package/test_php_lua.py:35:1: E302 expected 2 blank lines, found 1 Add the missing line before class definition. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
The php-lua package provides a PHP extension that embeds the lua interpreter and offers an OO-API to lua variables and functions. https://pecl.php.net/package/lua Based on initial work from Nicolas Carrier <nicolas.carrier@orolia.com> Two patches are present and were retrieved from the following upstream pull request in order to support PHP8: https://github.com/laruence/php-lua/pull/47 Signed-off-by: Herve Codina <herve.codina@bootlin.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>