Skip to content

Commit 8a4f8ff

Browse files
Merge branch '5.4' into 6.0
* 5.4: [5.4] cs fixes [5.3] cs fixes [Cache] Fix saving items with no expiration through ProxyAdapter CS fixes [HttpClient] Fix tracing requests made after calling withOptions() [Cache] disable lock on CLI Revert "feature #41989 [Cache] make `LockRegistry` use semaphores when possible (nicolas-grekas)" [HttpKernel] fix how configuring log-level and status-code by exception works [VarDumper] add more "transient-on-macos" groups
2 parents eaae69b + 20dbf63 commit 8a4f8ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Command/DebugCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ private function completeOptions(string $class, CompletionSuggestions $suggestio
275275
if (!class_exists($class) || !is_subclass_of($class, FormTypeInterface::class)) {
276276
$classes = $this->getFqcnTypeClasses($class);
277277

278-
if (1 === count($classes)) {
278+
if (1 === \count($classes)) {
279279
$class = $classes[0];
280280
}
281281
}

0 commit comments

Comments
 (0)