fix: package lock fingerprint

This commit is contained in:
nuno maduro
2026-07-18 01:10:01 +01:00
parent 9e79e491e2
commit 820fa08313
237 changed files with 2409 additions and 2100 deletions
+6 -4
View File
@@ -1,17 +1,19 @@
<?php
it('may have an associated assignee', function () {
declare(strict_types=1);
it('may have an associated assignee', function (): void {
expect(true)->toBeTrue();
})->wip(assignee: 'nunomaduro');
it('may have an associated issue', function () {
it('may have an associated issue', function (): void {
expect(true)->toBeTrue();
})->wip(issue: 1);
it('may have an associated PR', function () {
it('may have an associated PR', function (): void {
expect(true)->toBeTrue();
})->wip(pr: 1);
it('may have an associated note', function () {
it('may have an associated note', function (): void {
expect(true)->toBeTrue();
})->wip(note: 'a note');