You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
phpcs -p --standard=PHPCompatibility --runtime-set testVersion 8.1- return the following error:
FILE: geoPHP/tests/postgis.php
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
1 | WARNING | No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them.
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
`phpcs -p --standard=PHPCompatibility --runtime-set testVersion 8.1- ` return the following error:
Just replace <? with <?php on the first line
The text was updated successfully, but these errors were encountered:
phpcs -p --standard=PHPCompatibility --runtime-set testVersion 8.1-
return the following error:Just replace
<?
with<?php
on the first lineThe text was updated successfully, but these errors were encountered: