From 3b70d1f62275752c966e778dec0c20e67d176f03 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 22 Oct 2021 13:42:29 +0300 Subject: require phpstan via composer --- vendor/bin/phpstan | 1 + vendor/bin/phpstan.phar | 1 + 2 files changed, 2 insertions(+) create mode 120000 vendor/bin/phpstan create mode 120000 vendor/bin/phpstan.phar (limited to 'vendor/bin') diff --git a/vendor/bin/phpstan b/vendor/bin/phpstan new file mode 120000 index 000000000..959384f7f --- /dev/null +++ b/vendor/bin/phpstan @@ -0,0 +1 @@ +../phpstan/phpstan/phpstan \ No newline at end of file diff --git a/vendor/bin/phpstan.phar b/vendor/bin/phpstan.phar new file mode 120000 index 000000000..502769bef --- /dev/null +++ b/vendor/bin/phpstan.phar @@ -0,0 +1 @@ +../phpstan/phpstan/phpstan.phar \ No newline at end of file -- cgit v1.2.3