tebeso
tebeso
Just like phpcs, it would be good if we could have an argument like --filelist blabla.txt or something. From phpcs documentation: "A file containing a list of files and/or directories...
## Description In the HTML Report, you can click on "Show Details" and it lists every line with an error. It would be good to also incude which rule is...
I get phpcs: PHPCS_SecurityAudit.BadFunctions.FilesystemFunctions.WarnFilesystem: Filesystem function file_put_contents() detected with dynamic parameter with this: file_put_contents('test.txt', 1, FILE_APPEND); So FILE_APPEND is a dynamic parameter? If its the content or filename, i would...
Currently, we face some issue, that the plugin opens orders when we set the payment status. We are not 100% sure if its the plugin (3.2.0 with no final order...
- PHPMD version: 2.13.0 - PHP Version: 8.1 - Installation type: composer - Operating System / Distribution & Version: Ubuntu 22.04 ### Current Behavior ``` ``` ``` ``` This will...
phpbu --restore should print out a restore guide. However, nothing happens (except the same printout that you would get without --restore)
**Describe the bug** Generic.CodeAnalysis.UnusedFunctionParameter.FoundAfterLastUsed is triggered when variables are used via compact in function **Code sample** ```php public static function insertMessage(int $id, string $language, string $translation): void { Yii::$app->db->createCommand()->insert( 'message',...
#### Motivation Would it be possible to create an auto updater, so we dont need to go on Github every time?
in vendor/sebbmeyer/php-microsoft-teams-connector/src/TeamsConnector.php - Row 45, it checks for if ($result !== "1") however, the return has changed and so you get something like this: `{"version":"1.1","content":{"headers":[{"key":"Content-Type","value":["text/plain; charset=utf-8"]}]},"statusCode":200,"reasonPhrase":"OK","headers":[],"trailingHeaders":[],"requestMessage":null,"isSuccessStatusCode":true}` therefor, this package will...
CTD
When i first start a flight, everything is good. Once i crash or get shot down and click on briefing to get a new plane, i get a CTD. Hope...