You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As I was researching generate-factory-for-class today to create a tutorial on it, I noticed that while most classes referenced in the factory classes it generates were relative, with their fully qualified namespaces included via use statements, classes which were pulled from the container were not.
I'm not sure if there's something that I've missed; but to me, for consistency's sake if nothing else, it makes sense to have classes retrieved from the container be relative as well.
I'm closing this; it's a 3 year old formatting tweak that hasn't been commented on in ages. @settermjd please reopen if you want to work on this further.
@weierophinney, here is the issue, as requested.
As I was researching
generate-factory-for-class
today to create a tutorial on it, I noticed that while most classes referenced in the factory classes it generates were relative, with their fully qualified namespaces included viause
statements, classes which were pulled from the container were not.Here's an example of what I mean:
I'm not sure if there's something that I've missed; but to me, for consistency's sake if nothing else, it makes sense to have classes retrieved from the container be relative as well.
Originally posted by @settermjd at zendframework/zend-servicemanager#172
The text was updated successfully, but these errors were encountered: