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
* This part of the code is borrowed from doctrine/sql-formatter 's sql-formatter
12
19
*/
13
20
14
-
if ('cli' !== php_sapi_name()) {
21
+
if ('cli' !== PHP_SAPI) {
15
22
echo"<p>Run this PHP script from the command line to see mapping BigQuery schema to PHPStan Type. It supports Unix pipes or command line argument style.</p>";
0 commit comments