Public Access
fix: remove shebang from RecoverySuggestion.php (PSR-12) #332
Reference in New Issue
Block a user
Delete Branch "hotfix/recovery-suggestion-shebang"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Gate 1 (Code Quality / PHPCS PSR-12) reported 1 error in
lib/Enterprise/RecoverySuggestion.php. The file is a library class but opened with a#!/usr/bin/env phpshebang before<?php, which trips the PSR-12 file-header rule. Removed the shebang so<?phpis the first line. No behavior change.