dantleech

Results 216 issues of dantleech

Would it be reasonable to retrieve the local variables which are available in a reflection method? e.g. ```php class Foobar { public function barfoo(NumberOne $one, NumberTwo $two) { $numberThree =...

feature request

| Q | A | | --- | --- | | Bug fix? | no | | New feature? | yes | | BC breaks? | no (well, yes, but...

feature
DX
ready
wip/poc

We should have a `DefaultKernel` or something in `sulu/sulu` which contains all of the bundle instantiations. The standard edition kernel would then extend this class. This will enable us to...

DX

It would be beneficial to be able to register bundles only on a local installation, and not to have them in the versioned `AbstractKernel` class. This is relevant for the...

Getting the resolved name of a use clause using `QualifiedName#getResolvedName` is [explicitly disallowed](https://github.com/Microsoft/tolerant-php-parser/blob/master/src/Node/QualifiedName.php#L87) and I am not sure why, it seems legitimate to me? ```php namespace SomeNamespace; use Something\HelloTrait; class...

This is just a quick sketch of a command to generate CND files (just namespaces and names, no properties / children definitions). In general binding document classes to node types...

ready
wip/poc

Some candidates / ideas: - http://knpbundles.com/a2lix/TranslationFormBundle - https://gist.github.com/2437078

enhancement
Form

Would fix #46 This is the quick hack I did to get things working in our integration.

It seems the `$parameters['sso']['service']` is overwritten [here](https://github.com/KnpLabs/KnpDisqusBundle/blob/master/Templating/Helper/DisqusHelper.php#L50), and the generated value from `getSsoParameters` does not include the `service`.

Hi, thanks for this tool :) We are trying to include some example mappings in the documentation: ``` " Phpactor does not assume any mappings automatically, the following mappings "...

enhancement