Public Access
fix: remove shebang from RecoverySuggestion.php (PSR-12) #332
@@ -1,4 +1,3 @@
|
||||
#!/usr/bin/env php
|
||||
<?php
|
||||
|
||||
/* Copyright (C) 2026 Moko Consulting <hello@mokoconsulting.tech>
|
||||
@@ -76,7 +75,9 @@ class RecoverySuggestion
|
||||
*/
|
||||
public static function forMissingHeader(string $file): string
|
||||
{
|
||||
return "Add SPDX license header to {$file}:\n /* Copyright (C) 2026 Moko Consulting <hello@mokoconsulting.tech>\n * SPDX-License-Identifier: GPL-3.0-or-later */";
|
||||
return "Add SPDX license header to {$file}:\n"
|
||||
. " /* Copyright (C) 2026 Moko Consulting <hello@mokoconsulting.tech>\n"
|
||||
. " * SPDX-License-Identifier: GPL-3.0-or-later */";
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user