Skip to content

Commit a1cb8c6

Browse files
authored
Merge pull request #230166 from Homebrew/bump-php-cs-fixer-3.84.0
php-cs-fixer 3.84.0
2 parents f01b5de + ed5c6f8 commit a1cb8c6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Formula/p/php-cs-fixer.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
class PhpCsFixer < Formula
22
desc "Tool to automatically fix PHP coding standards issues"
33
homepage "https://cs.symfony.com/"
4-
url "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/releases/download/v3.83.0/php-cs-fixer.phar"
5-
sha256 "8b0e129c835b1bb285d33dfe1b134eda7d75eb4b074bb21df2e68307f0d422cd"
4+
url "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/releases/download/v3.84.0/php-cs-fixer.phar"
5+
sha256 "16c7db38dd4819112c8e1ee114bb32f6675fcb3664a19918ae50fafad6618030"
66
license "MIT"
77

88
bottle do
9-
sha256 cellar: :any_skip_relocation, all: "cb079508bfa2ce640b3f29e9b267a47f98d492cc21efdba5cdf1fd01d884f18e"
9+
sha256 cellar: :any_skip_relocation, all: "187a9a8a5d83f1605a85a9aa55b4ec84826b080bf9153f772e04c0319307ce02"
1010
end
1111

1212
depends_on "php"

0 commit comments

Comments
 (0)