Fix Pint formatting

This commit is contained in:
root
2026-06-09 01:25:14 -04:00
parent 6be4875c5e
commit 20a0b6c4e5
1485 changed files with 11318 additions and 10273 deletions
@@ -10,7 +10,7 @@ class ApiEmptyDatasetAndNullStateContractTest extends FullSurfaceE2EContractCase
public function test_list_endpoints_return_stable_empty_shapes_when_filters_match_nothing(): void
{
foreach ($this->listPaths() as $path) {
$response = $this->requestAs($this->actorFor($path), 'GET', $path . '?search=__no_match_contract_probe__&page=1&per_page=5');
$response = $this->requestAs($this->actorFor($path), 'GET', $path.'?search=__no_match_contract_probe__&page=1&per_page=5');
$this->assertStatusIn($response, [200, 204, 302, 400, 401, 403, 404, 405, 419, 422], "empty list $path");
$this->assertNoServerError($response, "empty list $path");