mirror of https://github.com/flightphp/core
parent
ba0c6bda33
commit
42ec161d8a
@ -0,0 +1,12 @@
|
||||
root = true
|
||||
|
||||
[*]
|
||||
indent_style = space
|
||||
indent_size = 4
|
||||
end_of_line = lf
|
||||
charset = utf-8
|
||||
trim_trailing_whitespace = true
|
||||
insert_final_newline = true
|
||||
|
||||
[*.md]
|
||||
indent_size = 2
|
@ -0,0 +1,21 @@
|
||||
{
|
||||
"folders": [
|
||||
{
|
||||
"path": ".",
|
||||
}
|
||||
],
|
||||
"settings": {
|
||||
"LSP": {
|
||||
"LSP-intelephense": {
|
||||
"settings": {
|
||||
"intelephense.environment.phpVersion": "7.4.0",
|
||||
"intelephense.format.braces": "psr12",
|
||||
},
|
||||
},
|
||||
"formatters":
|
||||
{
|
||||
"embedding.php": "LSP-intelephense"
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
@ -0,0 +1,3 @@
|
||||
<?php
|
||||
|
||||
class ReturnTypeWillChange {}
|
@ -1,10 +1,10 @@
|
||||
includes:
|
||||
- vendor/phpstan/phpstan/conf/bleedingEdge.neon
|
||||
- vendor/phpstan/phpstan/conf/bleedingEdge.neon
|
||||
|
||||
parameters:
|
||||
level: 6
|
||||
excludePaths:
|
||||
- vendor
|
||||
paths:
|
||||
- flight
|
||||
- index.php
|
||||
level: 6
|
||||
excludePaths:
|
||||
- vendor
|
||||
paths:
|
||||
- flight
|
||||
- index.php
|
||||
|
Loading…
Reference in new issue