From 4f5751ca4065343e47d4c0c2dd97909aa2ef14d2 Mon Sep 17 00:00:00 2001
From: "github-action[bot]" <>
Date: Sun, 22 Oct 2023 21:42:06 +0000
Subject: [PATCH] Update Flex endpoint
---
...90cc197fb6bb1ae22e5abbc531ddc633b6767.json | 37 +++++++++++++++++++
phpstan.phpstan.1.0.json | 4 +-
2 files changed, 39 insertions(+), 2 deletions(-)
create mode 100644 archived/phpstan.phpstan/5e490cc197fb6bb1ae22e5abbc531ddc633b6767.json
diff --git a/archived/phpstan.phpstan/5e490cc197fb6bb1ae22e5abbc531ddc633b6767.json b/archived/phpstan.phpstan/5e490cc197fb6bb1ae22e5abbc531ddc633b6767.json
new file mode 100644
index 00000000..839a2d72
--- /dev/null
+++ b/archived/phpstan.phpstan/5e490cc197fb6bb1ae22e5abbc531ddc633b6767.json
@@ -0,0 +1,37 @@
+{
+ "manifests": {
+ "phpstan/phpstan": {
+ "manifest": {
+ "copy-from-recipe": {
+ "phpstan.dist.neon": "phpstan.dist.neon"
+ },
+ "gitignore": [
+ "phpstan.neon"
+ ],
+ "post-install-output": [
+ " * Edit the phpstan.dist.neon file to configure PHPStan.",
+ "",
+ " * For the full options, see",
+ " https://phpstan.org/user-guide/getting-started"
+ ]
+ },
+ "files": {
+ "phpstan.dist.neon": {
+ "contents": [
+ "parameters:",
+ " level: 6",
+ " paths:",
+ " - bin/",
+ " - config/",
+ " - public/",
+ " - src/",
+ " - tests/",
+ ""
+ ],
+ "executable": false
+ }
+ },
+ "ref": "5e490cc197fb6bb1ae22e5abbc531ddc633b6767"
+ }
+ }
+}
diff --git a/phpstan.phpstan.1.0.json b/phpstan.phpstan.1.0.json
index 72f1881b..839a2d72 100644
--- a/phpstan.phpstan.1.0.json
+++ b/phpstan.phpstan.1.0.json
@@ -9,7 +9,7 @@
"phpstan.neon"
],
"post-install-output": [
- " * Edit the phpstan.neon.dist file to configure PHPStan.",
+ " * Edit the phpstan.dist.neon file to configure PHPStan.",
"",
" * For the full options, see",
" https://phpstan.org/user-guide/getting-started"
@@ -31,7 +31,7 @@
"executable": false
}
},
- "ref": "f10b8054de1a94a3b9e8806a6453fd5c98491c44"
+ "ref": "5e490cc197fb6bb1ae22e5abbc531ddc633b6767"
}
}
}