You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 7.4:
[DoctrineBridge] Deprecate `AbstractDoctrineExtension`
[Console] Fine-tuning the interactive Ask attribute
use PHPUnit 12.4
remove not needed legacy test group
thrownewLogicException(\sprintf('The %s "$%s" of "%s" must have a named type. Untyped, Union or Intersection types are not supported for interactive questions.', $reflection->getMemberName(), $name, $reflection->getSourceName()));
70
+
}
71
+
72
+
$self->closure = function (SymfonyStyle$io, InputInterface$input) use ($self, $reflection, $name, $type) {
73
+
if ($reflection->isProperty() && isset($this->{$reflection->getName()})) {
74
+
return;
75
+
}
76
+
77
+
if ($reflection->isParameter() && !\in_array($input->getArgument($name), [null, []], true)) {
thrownewLogicException(\sprintf('The "%s::$default" value for the %s "$%s" of "%s" must be a boolean.', self::class, $reflection->getMemberName(), $name, $reflection->getSourceName()));
0 commit comments