Skip to content

Update CS Fixer and Psalm#681

Merged
Altahrim merged 2 commits intomasterfrom
chore/update-dev-deps
Nov 4, 2025
Merged

Update CS Fixer and Psalm#681
Altahrim merged 2 commits intomasterfrom
chore/update-dev-deps

Conversation

@Altahrim
Copy link
Copy Markdown
Collaborator

No description provided.

@Altahrim Altahrim added this to the Nextcloud 33 milestone Oct 30, 2025
@Altahrim Altahrim self-assigned this Oct 30, 2025
@Altahrim Altahrim force-pushed the chore/update-dev-deps branch 4 times, most recently from b2b8424 to 6616d4c Compare October 31, 2025 10:12
@Altahrim Altahrim marked this pull request as ready for review October 31, 2025 10:19
@Altahrim Altahrim requested a review from skjnldsv as a code owner October 31, 2025 10:19
@Altahrim Altahrim changed the title chore(deps): upgrade coding-standards Updrade CS Fixer and Psalm Oct 31, 2025
@Altahrim Altahrim changed the title Updrade CS Fixer and Psalm Update CS Fixer and Psalm Oct 31, 2025
@Altahrim Altahrim requested a review from come-nc November 3, 2025 10:14
@Altahrim Altahrim force-pushed the chore/update-dev-deps branch 2 times, most recently from c2193fa to 109f5b9 Compare November 3, 2025 14:40
Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
@Altahrim Altahrim force-pushed the chore/update-dev-deps branch from 109f5b9 to 8175818 Compare November 4, 2025 15:36
@Altahrim Altahrim enabled auto-merge November 4, 2025 15:37
@Altahrim Altahrim merged commit c2e8fc9 into master Nov 4, 2025
20 of 21 checks passed
@Altahrim Altahrim deleted the chore/update-dev-deps branch November 4, 2025 15:41
private function moveWithExclusions(string $dataLocation, array $excludedElements): void {
foreach ($this->getRecursiveDirectoryIterator($dataLocation, $excludedElements) as $path => $fileInfo) {
if ($dataLocation === '') {
throw new \Exception('Invalid dataLocation procided');
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

procided?

[$this->configValues] = $this->readConfigFile();

if (php_sapi_name() !== 'cli' && ($this->configValues['upgrade.disable-web'] ?? false)) {
if (php_sapi_name() !== 'cli' && ($this->configValues['upgrade.disable-web'] ?? false) !== true) {
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Suggested change
if (php_sapi_name() !== 'cli' && ($this->configValues['upgrade.disable-web'] ?? false) !== true) {
if (php_sapi_name() !== 'cli' && ($this->configValues['upgrade.disable-web'] ?? false)) {

[$this->configValues] = $this->readConfigFile();

if (php_sapi_name() !== 'cli' && ($this->configValues['upgrade.disable-web'] ?? false)) {
if (php_sapi_name() !== 'cli' && ($this->configValues['upgrade.disable-web'] ?? false) !== true) {
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Suggested change
if (php_sapi_name() !== 'cli' && ($this->configValues['upgrade.disable-web'] ?? false) !== true) {
if (php_sapi_name() !== 'cli' && ($this->configValues['upgrade.disable-web'] ?? false)) {

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants