Skip to content

Conversation

@backportbot-nextcloud
Copy link

@backportbot-nextcloud backportbot-nextcloud bot commented May 15, 2023

  • ⚠️ This backport had conflicts that were resolved with the 'ours' merge strategy and is likely incomplete

backport of #37971

Copy link

@github-advanced-security github-advanced-security bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Psalm found more than 10 potential problems in the proposed changes. Check the Files changed tab for more details.

@blizzz blizzz mentioned this pull request May 16, 2023
@blizzz blizzz added the 2. developing Work in progress label May 17, 2023
@blizzz
Copy link
Member

blizzz commented May 17, 2023

backport incomplete

@blizzz blizzz mentioned this pull request Jun 12, 2023
@blizzz
Copy link
Member

blizzz commented Jun 15, 2023

moving to 26.0.4

@blizzz blizzz mentioned this pull request Jul 10, 2023
@blizzz
Copy link
Member

blizzz commented Jul 13, 2023

moving to 26.0.5

@blizzz blizzz mentioned this pull request Aug 2, 2023
@blizzz
Copy link
Member

blizzz commented Aug 3, 2023

moving to 26.0.6

If there are no updates in any form until building 26.0.6, I will close this PR.

@blizzz blizzz mentioned this pull request Sep 5, 2023
Signed-off-by: Robin Appelman <[email protected]>
… as argument instead of option

Signed-off-by: Robin Appelman <[email protected]>
Signed-off-by: Robin Appelman <[email protected]>
Signed-off-by: Robin Appelman <[email protected]>
@icewind1991 icewind1991 force-pushed the backport/37971/stable26 branch from 985fbc1 to 2f662bf Compare September 6, 2023 12:41
return 1;
}
$source = $node->fopen('r');
if (!$source) {

Check notice

Code scanning / Psalm

DocblockTypeContradiction

Operand of type false is always false
return 1;
}
$source = $node->fopen('r');
if (!$source) {

Check notice

Code scanning / Psalm

DocblockTypeContradiction

Docblock-defined type resource for $source is never falsy
}
if ($node instanceof File) {
$target = $node->fopen('w');
if (!$target) {

Check notice

Code scanning / Psalm

DocblockTypeContradiction

Operand of type false is always false
}
if ($node instanceof File) {
$target = $node->fopen('w');
if (!$target) {

Check notice

Code scanning / Psalm

DocblockTypeContradiction

Docblock-defined type resource for $target is never falsy
@icewind1991 icewind1991 marked this pull request as ready for review September 6, 2023 12:50
@blizzz blizzz added 3. to review Waiting for reviews and removed 2. developing Work in progress labels Sep 7, 2023
@blizzz
Copy link
Member

blizzz commented Sep 7, 2023

moving to 26.0.7 due to missing reviews, but thanks @icewind1991 for bringing this back to life

This was referenced Sep 20, 2023
@blizzz blizzz mentioned this pull request Oct 9, 2023
@blizzz blizzz merged commit 09d352f into stable26 Oct 11, 2023
@blizzz blizzz deleted the backport/37971/stable26 branch October 11, 2023 09:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to review Waiting for reviews enhancement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants