fix: linter

This commit is contained in:
Torsten Dittmann 2022-11-15 15:22:57 +01:00
parent 522ae8d538
commit 35b7a2ee96
3 changed files with 4 additions and 0 deletions

1
app/console Submodule

@ -0,0 +1 @@
Subproject commit 0ed6e0c497931f16fcb0750fe351d1d3577a7d97

View File

@ -7,6 +7,8 @@
<ini name="memory_limit" value="4096M"/>
<!-- Exclude SDK's for performance reasons -->
<exclude-pattern>./app/sdks</exclude-pattern>
<!-- Exclude console -->
<exclude-pattern>./app/console</exclude-pattern>
<!-- Ignore max line width -->
<rule ref="Generic.Files.LineLength">
<exclude-pattern>*</exclude-pattern>

View File

@ -77,6 +77,7 @@ class V16 extends Migration
} catch (\Throwable $th) {
Console::warning("'_key_team' from {$id}: {$th->getMessage()}");
}
break;
default:
break;