Revision 5a8a5f243c441a64c89ff1e288f7d7752727c7f0

Committed on 10/01/2018 4:19 am by Sébastien Morel <[email protected]> [GitHub Diff]

Fix SYMFONY_TMP_DIR (#248)

dirname of /tmp would return /, native dirname(__DIR__) function return the parent of app which is good. But not in the SYMFONY_TMP_DIR case.