We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e34de6c commit b4e9915Copy full SHA for b4e9915
.gitattributes
@@ -8,6 +8,7 @@
8
/.gitignore export-ignore
9
/.scrutinizer.yml export-ignore
10
/.styleci.yml export-ignore
11
+/.symfony.insight.yaml export-ignore
12
/CODE_OF_CONDUCT.md export-ignore
13
/CONTRIBUTING.md export-ignore
14
/phpunit.xml.dist export-ignore
.symfony.insight.yaml
@@ -0,0 +1,7 @@
1
+# SymfonyInsight seems to cache composer.lock against our wishes
2
+pre_composer_script: rm -rf composer.lock
3
+
4
+rules:
5
+ # We do want json5_decode() exposed as a global function
6
+ php.use_global_variable_or_function:
7
+ enabled: false
0 commit comments