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