Skip to content

Commit

Permalink
Merge pull request #140373 from phpstan-bot/bump-phpstan-1.10.31
Browse files Browse the repository at this point in the history
phpstan 1.10.31
  • Loading branch information
BrewTestBot authored Aug 24, 2023
2 parents fd4f1ae + d2a413f commit fb06f7b
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/p/phpstan.rb
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
class Phpstan < Formula
desc "PHP Static Analysis Tool"
homepage "https://github.com/phpstan/phpstan"
url "https://github.com/phpstan/phpstan/releases/download/1.10.30/phpstan.phar"
sha256 "bfd8a55071a9ca1003410a4ff1d6d4393a78297e3d2ae20158496a0db0c57fa4"
url "https://github.com/phpstan/phpstan/releases/download/1.10.31/phpstan.phar"
sha256 "ba009240586b70e3150233d280ecada91bde6135ab273e0319b52e5e64a7dd3a"
license "MIT"

bottle do
sha256 cellar: :any_skip_relocation, arm64_ventura: "cf11d8df130d1523a678806e2585d95c32387b5280a075c43dbf5e7e167181e1"
sha256 cellar: :any_skip_relocation, arm64_monterey: "cf11d8df130d1523a678806e2585d95c32387b5280a075c43dbf5e7e167181e1"
sha256 cellar: :any_skip_relocation, arm64_big_sur: "cf11d8df130d1523a678806e2585d95c32387b5280a075c43dbf5e7e167181e1"
sha256 cellar: :any_skip_relocation, ventura: "784e739ff1eb9fa4d6dee0310dfe3b9b705a6fe899ee64248f03fdd4e76de616"
sha256 cellar: :any_skip_relocation, monterey: "784e739ff1eb9fa4d6dee0310dfe3b9b705a6fe899ee64248f03fdd4e76de616"
sha256 cellar: :any_skip_relocation, big_sur: "784e739ff1eb9fa4d6dee0310dfe3b9b705a6fe899ee64248f03fdd4e76de616"
sha256 cellar: :any_skip_relocation, x86_64_linux: "cf11d8df130d1523a678806e2585d95c32387b5280a075c43dbf5e7e167181e1"
sha256 cellar: :any_skip_relocation, arm64_ventura: "aeee409107c76209ca21205390aefd7031c96d722510baa391cb9378322d8f19"
sha256 cellar: :any_skip_relocation, arm64_monterey: "aeee409107c76209ca21205390aefd7031c96d722510baa391cb9378322d8f19"
sha256 cellar: :any_skip_relocation, arm64_big_sur: "aeee409107c76209ca21205390aefd7031c96d722510baa391cb9378322d8f19"
sha256 cellar: :any_skip_relocation, ventura: "5cc337b7aedb2d70f49172bcbf2362ff0cdb5b98372c88e29895bd66e7cb5904"
sha256 cellar: :any_skip_relocation, monterey: "5cc337b7aedb2d70f49172bcbf2362ff0cdb5b98372c88e29895bd66e7cb5904"
sha256 cellar: :any_skip_relocation, big_sur: "5cc337b7aedb2d70f49172bcbf2362ff0cdb5b98372c88e29895bd66e7cb5904"
sha256 cellar: :any_skip_relocation, x86_64_linux: "aeee409107c76209ca21205390aefd7031c96d722510baa391cb9378322d8f19"
end

depends_on "php" => :test
Expand Down

0 comments on commit fb06f7b

Please sign in to comment.