Skip to content
This repository was archived by the owner on May 31, 2024. It is now read-only.

Commit 8132efe

Browse files
CS fix
1 parent 1ddd19d commit 8132efe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Core/Tests/Authorization/TraceableAccessDecisionManagerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ public function provideObjectsAndLogs(): \Generator
127127
yield [
128128
[[
129129
'attributes' => [new \stdClass()],
130-
'object' => $x = fopen(__FILE__, 'rb'),
130+
'object' => $x = fopen(__FILE__, 'r'),
131131
'result' => true,
132132
'voterDetails' => [],
133133
]],

0 commit comments

Comments
 (0)