class Phpmd < Formula desc "PHP Mess Detector" homepage "https://phpmd.org" url "https://github.com/phpmd/phpmd/releases/download/2.7.0/phpmd.phar" sha256 "06dca1d8d77eadde31ddb3e60299a1e53363039e94bd691c3e23639f5f4730b0" bottle :unneeded def install bin.install "phpmd.phar" => "phpmd" end test do (testpath/"src/HelloWorld/Greetings.php").write <<~EOS