On 10/26/10 1:35 PM, Yuen-Chi Lian wrote:
Hi,Was trying to submit this but apparently Trac is acting a bit stupid with login/logout problem. Anyway, I just shifted my project from sfServiceContainer to SF2's DI (it's still an SF1 project btw), no big issue, but I realized that PHPDoc in some implementations, e.g. XmlFileLoader, PhpFileLoader, etc. says that they "load an array of files": {{{ /** * Loads an array of XML files. * * @param mixed $resource The resource */ public function load($file) }}} It was, but it's no longer. It's pretty convenient if it supports (like it was), but it's not hard either for us to loop and load.
I've just fixed the phpdoc. thanks. Fabien
Yuen-Chi Lian | www.yclian.com <http://www.yclian.com> "I do not seek; I find." - Pablo Picasso -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-devs?hl=en
-- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-devs?hl=en
