phpcs 3.3.2
This commit is contained in:
parent
535b85a78b
commit
b5da0a4cd7
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.3.1/phpcs.phar"
|
||||
sha256 "5ce1bc0dfead797a02efdb0b01f99fc4b5bb4ef42757286e648b2364b273814f"
|
||||
url "https://github.com/squizlabs/PHP_CodeSniffer/releases/download/3.3.2/phpcs.phar"
|
||||
sha256 "692a281f40b0afa3120f25e195102d0d327efef5ef16ce18cb9e5731a45ee35a"
|
||||
|
||||
bottle :unneeded
|
||||
|
||||
resource "phpcbf.phar" do
|
||||
url "https://github.com/squizlabs/PHP_CodeSniffer/releases/download/3.3.1/phpcbf.phar"
|
||||
sha256 "353ec2717ae043917308de7c0dae4805356129c6df9638e0f7daaf4c3c82e560"
|
||||
url "https://github.com/squizlabs/PHP_CodeSniffer/releases/download/3.3.2/phpcbf.phar"
|
||||
sha256 "c43e2e924bf28eb48f825df12a9031ad4a96bf2e2e609ce78ad2653ce969ace3"
|
||||
end
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue