SailorMax
Repos
18
Followers
3
Following
1

Database management in a single PHP file

4
0

A pure PHP library for reading and writing spreadsheet files

0
0

The PEAR Numbers_Words package provides methods for spelling numerals in words.

0
0

A pure PHP library for reading and writing word processing documents

1
4

Events

ignore undefined variable when specified type of it

Describe the bug VSCode does not underline undefined variable if it was described in docblock

To Reproduce

function foo()
{
    /** @var string $var1 */
    return $var1 ? strlen($var2) : 0;
}

Expected behavior both variables marked as undefined

Expected behavior marked only $var2

Platform and version OS version is Microsoft Windows [Version 10.0.22621.1344] Intelephense version is v1.9.5.

Created at 3 weeks ago
Created at 3 weeks ago

support of async telegram api

Created at 2 months ago