|
This post has NOT been accepted by the mailing list yet.
Hi,
I'm a ZF2 newbie. In order to understand ZF2, I browse through the framework code a lot, often in a debugger session, but also by reading the code.
So I often come across some small issues in the code (for example, inconsistencies and inconveniences, e.g. EventManagerInterface::trigger() and triggerUntil() are inconsistent in the argv parameter, trigger() produces a fatal error when passing null as argv, it should better accept the null value and replace it internally with an empty array).
How and where can I report such things? There are just many small things, I certainly don't want to clutter a general-purpose forum with these, but I would very much like to see these many small things improve.
Can anyone hint me to the proper place and way to do so, please? :-)
Thanks,
Oliver
|