Skip to content

Commit

Permalink
Merge pull request #538 from flightphp/dev
Browse files Browse the repository at this point in the history
Dispatcher improvements.
  • Loading branch information
n0nag0n authored Feb 5, 2024
2 parents bc0a4ca + 6e29e66 commit 6e40f79
Show file tree
Hide file tree
Showing 14 changed files with 479 additions and 350 deletions.
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@ indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8

[*.md]
indent_size = 2
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@
},
"autoload": {
"files": [
"flight/autoload.php",
"flight/Flight.php"
"flight/autoload.php"
]
},
"autoload-dev": {
Expand Down
5 changes: 3 additions & 2 deletions flight.sublime-project
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
}
],
"settings": {
"SublimeLinter.linters.phpstan.executable": "${project_path}/vendor/bin/phpstan.bat",
"LSP": {
"LSP-intelephense": {
"settings": {
Expand Down Expand Up @@ -40,12 +41,12 @@
},
{
"name": "Linter - Default",
"quiet": true,
"quiet": false,
"shell_cmd": "composer lint -- --no-ansi & composer phpcs -- --no-colors",
},
{
"name": "PHPCS",
"quiet": true,
"quiet": false,
"shell_cmd": "composer phpcs -- --no-colors"
},
{
Expand Down
Loading

0 comments on commit 6e40f79

Please sign in to comment.