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
Looking at your code on line 110 it seems you are doing an rmdir() on a directory containing files.
Maybe you could replace with this from StackOverflow?
The text was updated successfully, but these errors were encountered:
mikeschinkel
changed the title
rmdir(/var/folders/.../php-xdg-runtime-dir-fallback-mschinkel): Directory not empty in dnoegel/php-xdg-base-dir/src/Xdg.php
rmdir(/var/folders/.../php-xdg-runtime-dir-fallback-...): Directory not empty in dnoegel/php-xdg-base-dir/src/Xdg.php
Nov 11, 2017
mikeschinkel
changed the title
rmdir(/var/folders/.../php-xdg-runtime-dir-fallback-...): Directory not empty in dnoegel/php-xdg-base-dir/src/Xdg.php
rmdir() failing on directory not empty
Nov 11, 2017
I'm trying to use psysh which uses
0.1
of this library and each time I run it I get:Looking at your code on line
110
it seems you are doing anrmdir()
on a directory containing files.Maybe you could replace with this from StackOverflow?
The text was updated successfully, but these errors were encountered: