June 15, 2020 Remove all directories with a given name Today I had the task to delete all folders with a given name in a directory tree. Seems easy: In the src folder, find…
June 11, 2020 Include phpstan in PhpStorm You added all your code. All the files are inspected by PhpStorm and are green. You want to commit. But first, you run phpstan,…