php-code-sniffer 3.5.2 (#46426)
This commit is contained in:
parent
e72e8b4267
commit
564f1618d3
1 changed files with 4 additions and 4 deletions
|
@ -1,14 +1,14 @@
|
|||
class PhpCodeSniffer < Formula
|
||||
desc "Check coding standards in PHP, JavaScript and CSS"
|
||||
homepage "https://github.com/squizlabs/PHP_CodeSniffer/"
|
||||
url "https://github.com/squizlabs/PHP_CodeSniffer/releases/download/3.5.1/phpcs.phar"
|
||||
sha256 "c7d6fb8fe15602700ccfb4ec6f2e3ed65895ce7dba1c0bb4ec26c894dafb1218"
|
||||
url "https://github.com/squizlabs/PHP_CodeSniffer/releases/download/3.5.2/phpcs.phar"
|
||||
sha256 "15ad1fe73b3e972f666bf4d0e9b51548d4b50f780c9cf0c64999c78c9a4e644f"
|
||||
|
||||
bottle :unneeded
|
||||
|
||||
resource "phpcbf.phar" do
|
||||
url "https://github.com/squizlabs/PHP_CodeSniffer/releases/download/3.5.1/phpcbf.phar"
|
||||
sha256 "19487d15889c900474d989b2754f3eeaffa8d19c12e032b7d0a68cb75b65c8ac"
|
||||
url "https://github.com/squizlabs/PHP_CodeSniffer/releases/download/3.5.2/phpcbf.phar"
|
||||
sha256 "a632465994bb5e17de8722c855c539a45e6e6e1785caf644820144436afd167e"
|
||||
end
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue