Open alexrgb opened 8 years ago
Parser couldn't correctly parse keyword "class". For example:
<?php return [ 'someKey' => some\name\space\SomeClass:class // couldn't parse 'someOtherKey => 'some\name\space\SomeClass' // as string everything is correct. ];
I faced with this issue, when use Yii2 array fixtures in codeception. I hope, it would be helpful fo smb.
Consider using goaop/parser-reflection
Parser couldn't correctly parse keyword "class". For example:
I faced with this issue, when use Yii2 array fixtures in codeception. I hope, it would be helpful fo smb.