Open phisu opened 4 years ago
i have the following code snippet:
public static function delPage($d) { if ($d['perm'] != 2) return array('m'=>'not allowed ('.__LINE__.')'); }
intelephense is complaining:
lsp-flycheck 1003 Symbol '$d' is declared but not used. (lsp)
in my opinion symbol $d is declared AND user in the if-statement. how can i avoid such messages? or, how to disable such informational messages?
I can't reproduce this error in 1.6.3.
now i am using 1.7. the message from my example is no longer displayed. thank you for your answer!
could i suppress such information messages?
i have the following code snippet:
intelephense is complaining:
in my opinion symbol $d is declared AND user in the if-statement. how can i avoid such messages? or, how to disable such informational messages?