Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support scalar expressions for constants
This allows ReflectionConstant to parse scalar expressions when defining constants, such as: const FOO = 1 ** 2; const BAR = array(1 => 'one'); const BAZ = 'foo' . 'bar'; const QUX = \Acme\Com\Demo::class; Should fix Andrewsville#62 and Andrewsville#69.
- Loading branch information
439622b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
any chance to merge this PR ?