Skip to content

Commit bb858fc

Browse files
CS fix
1 parent a462acb commit bb858fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Authorization/TraceableAccessDecisionManagerTest.php

+1-1
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)