diff --git a/app/console b/app/console new file mode 160000 index 000000000..0ed6e0c49 --- /dev/null +++ b/app/console @@ -0,0 +1 @@ +Subproject commit 0ed6e0c497931f16fcb0750fe351d1d3577a7d97 diff --git a/phpcs.xml b/phpcs.xml index cb31d549e..ccde5812b 100644 --- a/phpcs.xml +++ b/phpcs.xml @@ -7,6 +7,8 @@ ./app/sdks + + ./app/console * diff --git a/src/Appwrite/Migration/Version/V16.php b/src/Appwrite/Migration/Version/V16.php index 7bc1b418d..311cbaff2 100644 --- a/src/Appwrite/Migration/Version/V16.php +++ b/src/Appwrite/Migration/Version/V16.php @@ -77,6 +77,7 @@ class V16 extends Migration } catch (\Throwable $th) { Console::warning("'_key_team' from {$id}: {$th->getMessage()}"); } + break; default: break;