PHP-SQL-Parser icon indicating copy to clipboard operation
PHP-SQL-Parser copied to clipboard

Fix incorrect type in phpdoc params

Open invisnet opened this issue 1 year ago • 0 comments

Problem: devsense PHP (vscode) reports "Use of unknown class: 'PHPSQLParser\String'" when calling parse()

Solution: Change params to string

invisnet avatar Mar 12 '24 14:03 invisnet