Commit 6901188
build(psalm): baseline pre-existing Imagick stub and DeprecatedMethod errors
Add 19 pre-existing Psalm errors to the baseline that are not caused by
this branch's encryption fixes:
- 14 Imagick-related UndefinedClass/UndefinedConstant errors in
apps/theming/lib/IconBuilder.php, apps/theming/lib/ImageManager.php,
lib/private/Preview/Bitmap.php, lib/private/Preview/HEIC.php, and
lib/private/Preview/SVG.php. These stem from the imagick.php stub at
build/stubs/imagick.php missing ImagickPixel, ImagickDraw,
ImagickException classes and several constants.
- 1 DeprecatedMethod error in tests/lib/TestCase.php for
SimpleContainer::offsetGet, introduced when that file was added to
psalm.xml project files by upstream commit a430702.
None of these errors originate from this branch's changes.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Signed-off-by: Stephen Cuppett <steve@cuppett.com>1 parent 8bd9ef9 commit 6901188
1 file changed
+41
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2442 | 2442 | | |
2443 | 2443 | | |
2444 | 2444 | | |
| 2445 | + | |
| 2446 | + | |
| 2447 | + | |
| 2448 | + | |
| 2449 | + | |
| 2450 | + | |
| 2451 | + | |
| 2452 | + | |
| 2453 | + | |
| 2454 | + | |
| 2455 | + | |
| 2456 | + | |
| 2457 | + | |
| 2458 | + | |
| 2459 | + | |
| 2460 | + | |
| 2461 | + | |
2445 | 2462 | | |
2446 | 2463 | | |
2447 | 2464 | | |
| |||
2456 | 2473 | | |
2457 | 2474 | | |
2458 | 2475 | | |
| 2476 | + | |
| 2477 | + | |
| 2478 | + | |
| 2479 | + | |
| 2480 | + | |
| 2481 | + | |
2459 | 2482 | | |
2460 | 2483 | | |
2461 | 2484 | | |
| |||
3743 | 3766 | | |
3744 | 3767 | | |
3745 | 3768 | | |
| 3769 | + | |
| 3770 | + | |
| 3771 | + | |
| 3772 | + | |
| 3773 | + | |
| 3774 | + | |
| 3775 | + | |
| 3776 | + | |
| 3777 | + | |
| 3778 | + | |
| 3779 | + | |
| 3780 | + | |
| 3781 | + | |
| 3782 | + | |
| 3783 | + | |
3746 | 3784 | | |
3747 | 3785 | | |
3748 | 3786 | | |
| |||
3956 | 3994 | | |
3957 | 3995 | | |
3958 | 3996 | | |
| 3997 | + | |
| 3998 | + | |
| 3999 | + | |
3959 | 4000 | | |
3960 | 4001 | | |
3961 | 4002 | | |
| |||
0 commit comments