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 {}
|
Loading…
Reference in new issue