diff --git a/composer.json b/composer.json
index 60b0ed7..e6731e4 100644
--- a/composer.json
+++ b/composer.json
@@ -49,8 +49,8 @@
"test": "phpunit",
"test-coverage": "XDEBUG_MODE=coverage vendor/bin/phpunit --coverage-html=coverage --coverage-clover=clover.xml && vendor/bin/coverage-check clover.xml 100",
"lint": "phpstan --no-progress -cphpstan.neon",
- "beautify": "phpcbf --standard=phpcs.xml",
- "phpcs": "phpcs --standard=phpcs.xml"
+ "beautify": "phpcbf --standard=phpcs.xml",
+ "phpcs": "phpcs --standard=phpcs.xml"
},
"suggest": {
"latte/latte": "Latte template engine",
diff --git a/flight.sublime-project b/flight.sublime-project
index 9d1a3da..5f2628e 100644
--- a/flight.sublime-project
+++ b/flight.sublime-project
@@ -19,9 +19,15 @@
"source.json.sublime": "LSP-json",
},
"LSP-html": {
- "enabled": false
+ "enabled": false,
},
"LSP-tailwindcss": {
+ "enabled": false,
+ },
+ "ltex-ls": {
+ "enabled": false,
+ },
+ "marksman": {
"enabled": false
},
},
@@ -30,12 +36,12 @@
{
"name": "Linter - HARD",
"quiet": true,
- "shell_cmd": "composer lint -- --no-ansi -lmax"
+ "shell_cmd": "composer lint -- --no-ansi -lmax",
},
{
"name": "Linter - Default",
"quiet": true,
- "shell_cmd": "composer lint -- --no-ansi"
+ "shell_cmd": "composer lint -- --no-ansi",
}
],
}
diff --git a/phpcs.xml b/phpcs.xml
index 771f60e..1d75995 100644
--- a/phpcs.xml
+++ b/phpcs.xml
@@ -1,10 +1,12 @@
- Created with the PHP Coding Standard Generator. http://edorian.github.io/php-coding-standard-generator/
-
-
-
-
- flight/
- tests/
-
\ No newline at end of file
+
+ Created with the PHP Coding Standard Generator.
+ http://edorian.github.io/php-coding-standard-generator/
+
+
+
+
+ flight/
+ tests/
+
diff --git a/phpunit.xml b/phpunit.xml
index 1577ac2..2fedaf9 100644
--- a/phpunit.xml
+++ b/phpunit.xml
@@ -1,23 +1,25 @@
-
-
-
- flight/
-
-
-
-
- tests/
-
-
-
+
+
+
+ flight/
+
+
+
+
+ tests/
+
+
+