state-machine icon indicating copy to clipboard operation
state-machine copied to clipboard

Allow string constant on callback arguments

Open Kazadri opened this issue 2 years ago • 0 comments

This is a proposition for the issues #50.

This will allow to pass string to callback's args like this

args:
    - 'myString'
    - !php/const NameSpace\ClassName::CONSTANT

I would be happy to discuss about some other way if this solution is not suitable :smiley:.

Kazadri avatar Aug 22 '23 13:08 Kazadri