I'm trying out the tool, and right from the start it does only detect src and tests. Looking at https://github.com/rectorphp/argtyper/blob/main/src/Helpers/ProjectDirectoryFinder.php I see how it works.
Maybe a different approach like getting the files and folders from Composer would work better?
I'm trying out the tool, and right from the start it does only detect
srcandtests. Looking at https://github.com/rectorphp/argtyper/blob/main/src/Helpers/ProjectDirectoryFinder.php I see how it works.Maybe a different approach like getting the files and folders from Composer would work better?