including patch to fix two typos in SymfonyExtended.php

CommentFileSizeAuthor
xautoload.typos_.patch1.05 KBrymo

Comments

donquixote’s picture

Ouch, ouch, ouch :)
Thanks a lot for having your eyes open!

May I ask what you were attempting to do with the SymfonyExtended thing?
There are parts of xautoload that are not really used, but are there to have something more comparable to the original Symfony classloader. I think this part needs some work.
All the more interesting to know why others are looking at this stuff!

rymo’s picture

I'm not actually using that part of the code but my IDE found the errors so I thought I should share the quick fix.

I'll take this opportunity to thank you for xautoload - I'm periodically auto-generating around 150 class files from some unstable API documentation and files[] wildcard support allows me to stay sane. :) Cheers!

donquixote’s picture

Status: Needs review » Fixed

Committed and pushed to 7.x-2.x.
It will be included in the next major release.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.