refactor: fix PHPStan errors, remove unused code, replace shell_exec with Process

- Fix all 54 PHPStan errors (strict comparisons, unused methods, nullsafe)
- Remove unused HasPermissionColumns trait, checkGitHubUpdates, getGitHubLatestCommit
- Replace all 31 shell_exec calls with Process facade in Commandocentrum
- Add helper methods: runCommand, fileExists, dirExists, readFile
- Fix EmulatorJarService and EmulatorSqlService type issues
This commit is contained in:
root
2026-05-19 20:44:21 +02:00
parent f5666c104d
commit 976b990a8a
4 changed files with 74 additions and 145 deletions
View File