Skip to content

Commit 50a7ab5

Browse files
authored
Refactor/sqledit (#57)
* refactored sqledit.php popup => not activated and not tested, yet. * final refactoring for sqledit.php
1 parent e8d93cd commit 50a7ab5

File tree

100 files changed

+1552
-1108
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

100 files changed

+1552
-1108
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ For an overview of the software quality over time and the evolving metrics, chec
6767
| sequences.php || yyyy-mm-dd |
6868
| servers.php || 2025-01-19 |
6969
| sql.php || yyyy-mm-dd |
70-
| sqledit.php | | yyyy-mm-dd |
70+
| sqledit.php | | 2025-08-26 |
7171
| tables.php || yyyy-mm-dd |
7272
| tablespaces.php || yyyy-mm-dd |
7373
| tblproperties.php || yyyy-mm-dd |

composer.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"allow-plugins": {
88
"captainhook/hook-installer": true,
99
"codeception/c3": true,
10-
"phpstan/extension-installer": true
10+
"phpstan/extension-installer": true,
11+
"dealerdirect/phpcodesniffer-composer-installer": true
1112
},
1213
"platform": {
1314
"php": "8.1"
@@ -35,6 +36,7 @@
3536
"phpstan/phpstan": "^2.1",
3637
"phpstan/extension-installer": "^1.4",
3738
"phpstan/phpstan-deprecation-rules": "^2.0",
39+
"slevomat/coding-standard": "^8.20",
3840
"squizlabs/php_codesniffer": "^3.11",
3941
"vlucas/phpdotenv": "^5.6"
4042
},
@@ -53,7 +55,7 @@
5355
"@dev:lint:phpcs"
5456
],
5557
"dev:lint:php": "parallel-lint --exclude vendor .",
56-
"dev:lint:phpcs": "phpcs -d memory_limit=256M src/ autoload.php browser.php index.php intro.php login.php servers.php",
58+
"dev:lint:phpcs": "phpcs -d memory_limit=256M src/ autoload.php all_db.php browser.php index.php intro.php login.php logout.php server-logout.php servers.php servers-tree.php sqledit.php",
5759
"dev:test": [
5860
"@dev:test:acceptance"
5961
],

0 commit comments

Comments
 (0)