Behat / Gherkin

Gherkin parser, written in PHP for Behat project
MIT License
1.05k stars 89 forks source link

Fix DocBlocks (Boolean -> bool) #237

Closed simonhammes closed 3 years ago

simonhammes commented 3 years ago

This change helps static analyzers such as Psalm or PHPStan to understand the DocBlocks. Previously, Psalm tried to find a class called Boolean, which it obviously could not find.

Linked to https://github.com/Behat/Behat/issues/1307

simonhammes commented 3 years ago

@stof Thank you very much!