From 19ad2584da58b118d51c28b8a73ec373f474d315 Mon Sep 17 00:00:00 2001 From: Jan Tojnar Date: Tue, 7 Jun 2022 04:59:22 +0200 Subject: [PATCH] [NFLRUSBridge] Remove byte-order-mark (#2777) With UTF-8 byte-order mark in the file, the `ListActionTest::testOutput` would fail after converting tests to PSR-4 namespaces: invalid JSON output: Syntax error Failed asserting that null is not null. This is because ListAction::execute tries to create the bridge objects and, when the files containing the bridge classes are not loaded yet, the autoloader starts including them. Since this happens after output buffering has begun, any text in the PHP file before the ` + +