We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 296be3f commit cd24b5eCopy full SHA for cd24b5e
packages/kibble/src/Commands/LinkCommand.php
@@ -70,7 +70,6 @@ public function handle(): int
70
/**
71
* Now start work on the composer.json file.
72
*/
73
-
74
$composer_json = file_get_contents('composer.json');
75
$trailing_newline = str_ends_with($composer_json, "\n");
76
0 commit comments