diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2023-07-14 15:30:51 +0100 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2023-07-23 21:43:24 +0100 |
| commit | d14063f77cbd55ff6b93a890a77b5e52407c8b92 (patch) | |
| tree | 7bb237151d3fb5902d2585547312003fa78798e4 | |
| parent | b1ab54ca2121af0b9bdfcec23f7b888c70491a53 (diff) | |
| download | webtrees-d14063f77cbd55ff6b93a890a77b5e52407c8b92.tar.gz webtrees-d14063f77cbd55ff6b93a890a77b5e52407c8b92.tar.bz2 webtrees-d14063f77cbd55ff6b93a890a77b5e52407c8b92.zip | |
Update phpstan baseline
| -rw-r--r-- | phpstan-baseline.php | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/phpstan-baseline.php b/phpstan-baseline.php index 94eaedc5ab..6ff2778457 100644 --- a/phpstan-baseline.php +++ b/phpstan-baseline.php @@ -4414,41 +4414,6 @@ $ignoreErrors[] = [ 'path' => __DIR__ . '/resources/views/lists/submitters-table.phtml', ]; $ignoreErrors[] = [ - 'message' => '#^PHPDoc tag @var for variable \\$clipboard_facts contains generic class Illuminate\\\\Support\\\\Collection but does not specify its types\\: TKey, TValue$#', - 'count' => 1, - 'path' => __DIR__ . '/resources/views/media-page-details.phtml', -]; -$ignoreErrors[] = [ - 'message' => '#^PHPDoc tag @var for variable \\$clipboard_facts contains generic class Illuminate\\\\Support\\\\Collection but does not specify its types\\: TKey, TValue$#', - 'count' => 1, - 'path' => __DIR__ . '/resources/views/media-page.phtml', -]; -$ignoreErrors[] = [ - 'message' => '#^PHPDoc tag @var for variable \\$linked_families contains generic class Illuminate\\\\Support\\\\Collection but does not specify its types\\: TKey, TValue$#', - 'count' => 1, - 'path' => __DIR__ . '/resources/views/media-page.phtml', -]; -$ignoreErrors[] = [ - 'message' => '#^PHPDoc tag @var for variable \\$linked_individuals contains generic class Illuminate\\\\Support\\\\Collection but does not specify its types\\: TKey, TValue$#', - 'count' => 1, - 'path' => __DIR__ . '/resources/views/media-page.phtml', -]; -$ignoreErrors[] = [ - 'message' => '#^PHPDoc tag @var for variable \\$linked_locations contains generic class Illuminate\\\\Support\\\\Collection but does not specify its types\\: TKey, TValue$#', - 'count' => 1, - 'path' => __DIR__ . '/resources/views/media-page.phtml', -]; -$ignoreErrors[] = [ - 'message' => '#^PHPDoc tag @var for variable \\$linked_notes contains generic class Illuminate\\\\Support\\\\Collection but does not specify its types\\: TKey, TValue$#', - 'count' => 1, - 'path' => __DIR__ . '/resources/views/media-page.phtml', -]; -$ignoreErrors[] = [ - 'message' => '#^PHPDoc tag @var for variable \\$linked_sources contains generic class Illuminate\\\\Support\\\\Collection but does not specify its types\\: TKey, TValue$#', - 'count' => 1, - 'path' => __DIR__ . '/resources/views/media-page.phtml', -]; -$ignoreErrors[] = [ 'message' => '#^Parameter \\#1 \\$value of function e expects BackedEnum\\|Illuminate\\\\Contracts\\\\Support\\\\DeferringDisplayableValue\\|Illuminate\\\\Contracts\\\\Support\\\\Htmlable\\|string\\|null, int given\\.$#', 'count' => 3, 'path' => __DIR__ . '/resources/views/modules/ancestors-chart/page.phtml', @@ -4554,21 +4519,6 @@ $ignoreErrors[] = [ 'path' => __DIR__ . '/resources/views/modules/privacy-policy/page.phtml', ]; $ignoreErrors[] = [ - 'message' => '#^PHPDoc tag @var for variable \\$linked_families contains generic class Illuminate\\\\Support\\\\Collection but does not specify its types\\: TKey, TValue$#', - 'count' => 1, - 'path' => __DIR__ . '/resources/views/modules/random_media/slide-show.phtml', -]; -$ignoreErrors[] = [ - 'message' => '#^PHPDoc tag @var for variable \\$linked_individuals contains generic class Illuminate\\\\Support\\\\Collection but does not specify its types\\: TKey, TValue$#', - 'count' => 1, - 'path' => __DIR__ . '/resources/views/modules/random_media/slide-show.phtml', -]; -$ignoreErrors[] = [ - 'message' => '#^PHPDoc tag @var for variable \\$linked_sources contains generic class Illuminate\\\\Support\\\\Collection but does not specify its types\\: TKey, TValue$#', - 'count' => 1, - 'path' => __DIR__ . '/resources/views/modules/random_media/slide-show.phtml', -]; -$ignoreErrors[] = [ 'message' => '#^Parameter \\#1 \\$value of function e expects BackedEnum\\|Illuminate\\\\Contracts\\\\Support\\\\DeferringDisplayableValue\\|Illuminate\\\\Contracts\\\\Support\\\\Htmlable\\|string\\|null, int given\\.$#', 'count' => 3, 'path' => __DIR__ . '/resources/views/modules/recent_changes/changes-list.phtml', |
