Skip to content

Conversation

@CarlSchwan
Copy link
Member

  • Fix various psalm issues
  • Add as much typing as possible while preserving stable API

@CarlSchwan CarlSchwan added the 3. to review Waiting for reviews label Nov 25, 2022
@CarlSchwan CarlSchwan added this to the Nextcloud 26 milestone Nov 25, 2022
@CarlSchwan CarlSchwan requested review from a team and vitormattos November 25, 2022 10:21
@CarlSchwan CarlSchwan self-assigned this Nov 25, 2022
@CarlSchwan CarlSchwan requested review from ArtificialOwl, blizzz and icewind1991 and removed request for a team November 25, 2022 10:21

$event->addEntityCollection('files', function ($name) {
$nodes = \OC::$server->getUserFolder()->getById((int)$name);
$event->addEntityCollection('files', function ($name): bool {

Check notice

Code scanning / Psalm

MissingClosureParamType

Parameter $name has no provided type
$event->addEntityCollection('files', function ($name) {
$nodes = \OC::$server->getUserFolder()->getById((int)$name);
$event->addEntityCollection('files', function ($name): bool {
$nodes = $this->rootFolder->getUserFolder($this->userId)->getById((int)$name);

Check notice

Code scanning / Psalm

PossiblyNullArgument

Argument 1 of OCP\Files\IRootFolder::getUserFolder cannot be null, possibly null value provided
@CarlSchwan CarlSchwan requested a review from come-nc December 1, 2022 11:30
@szaimen
Copy link
Contributor

szaimen commented Dec 3, 2022

image

@szaimen szaimen added 2. developing Work in progress and removed 3. to review Waiting for reviews labels Dec 3, 2022
@come-nc
Copy link
Contributor

come-nc commented Dec 5, 2022

image

Looks like a timestamp being off by 1 second. I cannot reproduce the failure locally.

@szaimen
Copy link
Contributor

szaimen commented Dec 5, 2022

/rebase

@blizzz blizzz mentioned this pull request Feb 1, 2023
@skjnldsv skjnldsv mentioned this pull request Feb 23, 2023
@blizzz blizzz mentioned this pull request Mar 7, 2023
@blizzz blizzz modified the milestones: Nextcloud 26, Nextcloud 27 Mar 9, 2023
@szaimen
Copy link
Contributor

szaimen commented Apr 17, 2023

conflicts :/

@skjnldsv skjnldsv mentioned this pull request May 3, 2023
@come-nc come-nc assigned come-nc and unassigned CarlSchwan May 4, 2023
@come-nc come-nc removed the 2. developing Work in progress label May 4, 2023
@come-nc come-nc added the 4. to release Ready to be released and/or waiting for tests to finish label May 4, 2023
@come-nc come-nc modified the milestones: Nextcloud 27, Nextcloud 28 May 4, 2023
@szaimen szaimen added 2. developing Work in progress and removed 4. to release Ready to be released and/or waiting for tests to finish labels May 16, 2023
@szaimen
Copy link
Contributor

szaimen commented May 16, 2023

Tests failing

@come-nc come-nc force-pushed the cleanup/comments branch from e2e9717 to 3a7e5f1 Compare May 22, 2023 12:44
@szaimen szaimen added 4. to release Ready to be released and/or waiting for tests to finish and removed 2. developing Work in progress labels May 22, 2023
*
* @param array $mentions
* @return string[] containing the mentions, e.g. ['alice', 'bob']
* @return list<string> containing the mentions, e.g. ['alice', 'bob']

Check notice

Code scanning / Psalm

MoreSpecificReturnType

The declared return type 'list<string>' for OCA\Comments\Notification\Listener::extractMentions is more specific than the inferred return type 'list<mixed>'
@szaimen
Copy link
Contributor

szaimen commented May 23, 2023

CI failure...

@szaimen
Copy link
Contributor

szaimen commented May 25, 2023

/rebase

@szaimen
Copy link
Contributor

szaimen commented May 26, 2023

CI failure related afaics

@szaimen szaimen added 2. developing Work in progress and removed 4. to release Ready to be released and/or waiting for tests to finish labels May 26, 2023
@artonge
Copy link
Contributor

artonge commented Jun 1, 2023

/rebase

CarlSchwan and others added 3 commits June 20, 2023 10:55
- Fix various psalm issues
- Add as much typing as possible while preserving stable API

Signed-off-by: Carl Schwan <[email protected]>
@come-nc come-nc force-pushed the cleanup/comments branch from 7fa58da to 7aa97dc Compare June 20, 2023 10:15
@come-nc come-nc merged commit d9e9d4e into master Jun 20, 2023
@come-nc come-nc deleted the cleanup/comments branch June 20, 2023 12:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants