X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=src%2Fpharext%2FSourceDir%2FBasic.php;h=f960236c765fb9c1484c1bb268b58757f0021d81;hb=c99dfed4c3056e0a8ed1351adb79dd4f16324965;hp=fa180fee5896eede4bcefb5aebf2032a9c45e07b;hpb=605f3e81a9c0e1d16b2d22297569c1d164635c5c;p=pharext%2Fpharext diff --git a/src/pharext/SourceDir/Basic.php b/src/pharext/SourceDir/Basic.php index fa180fe..f960236 100644 --- a/src/pharext/SourceDir/Basic.php +++ b/src/pharext/SourceDir/Basic.php @@ -62,7 +62,7 @@ class Basic implements IteratorAggregate, SourceDir $rii = new RecursiveIteratorIterator($rci); foreach ($rii as $path => $child) { if (!$child->isDir()) { - yield $path; + yield realpath($path); } } }