Skip to content

Commit 675a4e6

Browse files
Merge branch '5.4' into 6.0
* 5.4: [Security] Do not overwrite already stored tokens for REMOTE_USER authentication [Validator] Fix validation for single level domains [Notifier] add Vonage bridge to replace the Nexmo one Fix redundant type casts Increased the reserved memory from 10k to 32k Complete event name & dispatcher in EventDispatcherDebugCommand [DoctrineBridge] Add DbalLoggerTest to group legacy Leverage DBAL's getNativeConnection() method [FrameworkBundle] Fix property-info phpstan extractor discovery Fix idempotency of LocoProvider write method
2 parents c27250e + ec3661f commit 675a4e6

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
@@ -121,7 +121,7 @@ public function isHiddenFallback(): bool
121121
*/
122122
public function setHiddenFallback(bool $fallback): static
123123
{
124-
$this->hiddenFallback = (bool) $fallback;
124+
$this->hiddenFallback = $fallback;
125125

126126
return $this;
127127
}

0 commit comments

Comments
 (0)