bronze1man
bronze1man
I need `1.0.1` tag too..
It breaks with two line of code..... I get something like this: ``` $this->id = $a; if ($d === 'foo'){ $this->enabled = true; } ``` I am working on it.
test failed on ``` php private function braceInComment()/* { */{ return 'abc'; } /* } */ ``` - token_get_all do not work... - need help!!! - need parse php code...
For the moment, I had to extend DefaultVisitor to fix this bug.
I use an old version of jms/cg. It has fix in newest version of jms/cg Sorry!
It is not fixed in composer. Need to fix #15
I do not want use controllers as services. I just want to use it as a service in dic,and use it as a controller.... That controller is not route thought...
I want to allow JS call my controller, and I can call my controller in the php too. There is no different between 'js call' and 'php call'.... I tried...
I think using dependency injection in the controller class is just one benefit. I can reuse the code in controller thought container. Or I can injection this service into another...