Skip to content

Commit d11b141

Browse files
authored
Merge pull request #200821 from Homebrew/bump-php-code-sniffer-3.11.2
php-code-sniffer 3.11.2
2 parents a0676a0 + 14037b6 commit d11b141

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Formula/p/php-code-sniffer.rb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
class PhpCodeSniffer < Formula
22
desc "Check coding standards in PHP, JavaScript and CSS"
33
homepage "https://github.com/PHPCSStandards/PHP_CodeSniffer"
4-
url "https://github.com/PHPCSStandards/PHP_CodeSniffer/releases/download/3.11.1/phpcs.phar"
5-
sha256 "cd9efa1a815148918be948ae1113f0a84dd484a1a39c2f5533929af83da9fdb1"
4+
url "https://github.com/PHPCSStandards/PHP_CodeSniffer/releases/download/3.11.2/phpcs.phar"
5+
sha256 "d51ec0f9b3c5af2ce4bf4a736cb6a50c495e171b1d6d7d5d1964082c08a9bea8"
66
license "BSD-3-Clause"
77

88
bottle do
9-
sha256 cellar: :any_skip_relocation, all: "fc35d36e3e0da332833cf65e73d61f2e9c3a455c9353a66b3682c42622ec064b"
9+
sha256 cellar: :any_skip_relocation, all: "0a8f50fbca7b6dd6e0b044cdb31a194ca87e3e08680eaa287bf7258b838d3521"
1010
end
1111

1212
depends_on "php"
1313

1414
resource "phpcbf.phar" do
15-
url "https://github.com/PHPCSStandards/PHP_CodeSniffer/releases/download/3.11.1/phpcbf.phar"
16-
sha256 "d42c95da00f0bc9fed65201d69565e0ff508ff96579d04896981f55e7799446d"
15+
url "https://github.com/PHPCSStandards/PHP_CodeSniffer/releases/download/3.11.2/phpcbf.phar"
16+
sha256 "0d69b83f465a48f753342570e32deec4c7c15c34a7c964ea9ad26c23324bb55e"
1717
end
1818

1919
def install

0 commit comments

Comments
 (0)