-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move files_external to IBootstrap and remove some deprecated stuff in the process #26319
Conversation
45b6e76
to
c0436c3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 – sharepoint master also continues to work with this
@@ -120,7 +120,7 @@ protected function configure() { | |||
} | |||
|
|||
protected function execute(InputInterface $input, OutputInterface $output): int { | |||
$user = $input->getOption('user'); | |||
$user = (string) $input->getOption('user'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The return value could be string|string[]|bool|null
. MInd to remove this change for now and then we look into make this correct?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
psalm wants the cast
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
But casting an array to string will cause issues, no?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 🐘
Signed-off-by: Robin Appelman <robin@icewind.nl>
c0436c3
to
94f0c10
Compare
Signed-off-by: Robin Appelman <robin@icewind.nl>
rebased |
Signed-off-by: Robin Appelman <robin@icewind.nl>
Signed-off-by: Robin Appelman <robin@icewind.nl>
Signed-off-by: Robin Appelman <robin@icewind.nl>
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
No description provided.