Skip to content

Commit 35b7a2e

Browse files
fix: linter
1 parent 522ae8d commit 35b7a2e

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

app/console

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit 0ed6e0c497931f16fcb0750fe351d1d3577a7d97

phpcs.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
<ini name="memory_limit" value="4096M"/>
88
<!-- Exclude SDK's for performance reasons -->
99
<exclude-pattern>./app/sdks</exclude-pattern>
10+
<!-- Exclude console -->
11+
<exclude-pattern>./app/console</exclude-pattern>
1012
<!-- Ignore max line width -->
1113
<rule ref="Generic.Files.LineLength">
1214
<exclude-pattern>*</exclude-pattern>

src/Appwrite/Migration/Version/V16.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ protected function migrateCollections(): void
7777
} catch (\Throwable $th) {
7878
Console::warning("'_key_team' from {$id}: {$th->getMessage()}");
7979
}
80+
break;
8081

8182
default:
8283
break;

0 commit comments

Comments
 (0)