Skip to content

Commit ec3661f

Browse files
Merge branch '5.3' into 5.4
* 5.3: [Security] Do not overwrite already stored tokens for REMOTE_USER authentication [Validator] Fix validation for single level domains Fix redundant type casts Increased the reserved memory from 10k to 32k [DoctrineBridge] Add DbalLoggerTest to group legacy Leverage DBAL's getNativeConnection() method Fix idempotency of LocoProvider write method
2 parents f797eed + 0af2366 commit ec3661f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Question/Question.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ public function isHiddenFallback()
127127
*/
128128
public function setHiddenFallback(bool $fallback)
129129
{
130-
$this->hiddenFallback = (bool) $fallback;
130+
$this->hiddenFallback = $fallback;
131131

132132
return $this;
133133
}

0 commit comments

Comments
 (0)