cucumber / gherkin

A parser and compiler for the Gherkin language.
MIT License
175 stars 54 forks source link

Check PHP has populated $argv #169

Closed ciaranmcnulty closed 1 year ago

ciaranmcnulty commented 1 year ago

This will always be a non-empty-list<string> in a CLI script but because it might be null in other contexts Psalm is strict about checking for it here

ciaranmcnulty commented 1 year ago

(I couldn't push to the branch)

mpkorstanje commented 1 year ago

Ah. The commiters group had fallen of the project. Should be fixed now.

mpkorstanje commented 1 year ago

I've pushed your changes to #168