Skip to content

Commit 6e40f79

Browse files
authored
Merge pull request #538 from flightphp/dev
Dispatcher improvements.
2 parents bc0a4ca + 6e29e66 commit 6e40f79

14 files changed

Lines changed: 479 additions & 350 deletions

.editorconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,6 @@ indent_style = space
55
indent_size = 4
66
end_of_line = lf
77
charset = utf-8
8+
9+
[*.md]
10+
indent_size = 2

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@
2828
},
2929
"autoload": {
3030
"files": [
31-
"flight/autoload.php",
32-
"flight/Flight.php"
31+
"flight/autoload.php"
3332
]
3433
},
3534
"autoload-dev": {

flight.sublime-project

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
}
77
],
88
"settings": {
9+
"SublimeLinter.linters.phpstan.executable": "${project_path}/vendor/bin/phpstan.bat",
910
"LSP": {
1011
"LSP-intelephense": {
1112
"settings": {
@@ -40,12 +41,12 @@
4041
},
4142
{
4243
"name": "Linter - Default",
43-
"quiet": true,
44+
"quiet": false,
4445
"shell_cmd": "composer lint -- --no-ansi & composer phpcs -- --no-colors",
4546
},
4647
{
4748
"name": "PHPCS",
48-
"quiet": true,
49+
"quiet": false,
4950
"shell_cmd": "composer phpcs -- --no-colors"
5051
},
5152
{

0 commit comments

Comments
 (0)