WordPress / sqlite-database-integration

Feature Plugin to add SQLite support to WordPress. Under Development.
GNU General Public License v2.0
223 stars 37 forks source link

Replace <<<SQL with " to fix PHP 7 compatibility #92

Closed bgrgicak closed 5 months ago

bgrgicak commented 5 months ago

<<<SQL breaks PHP 7 compatibility in WordPress Playground.

This PR replaces <<<SQL with ""

Testing instructions

Ensure tests pass by running ./vendor/bin/phpunit.