X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=src%2Fpharext%2FSourceDir%2FBasic.php;h=f960236c765fb9c1484c1bb268b58757f0021d81;hb=975b503f8cb6e5f4621057712edc3ff6273366c6;hp=fa180fee5896eede4bcefb5aebf2032a9c45e07b;hpb=e44f0adc7b18845a2cd3dc63fdab5d9bcdc10f76;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); } } }