Fix Laravel Pint formatting

This commit is contained in:
root
2026-06-09 00:03:03 -04:00
parent 8d4d610b82
commit b5fd4a4ca1
1414 changed files with 11317 additions and 10201 deletions
@@ -22,7 +22,7 @@ class ApiEnumAndStateMachineContractTest extends FullSurfaceE2EContractCase
$response = $this->requestAs($this->actorFor($uri), $method, $uri, $this->payloadFor($method, $uri) + ['status' => $state, 'state' => $state]);
$this->assertControlled($response, $method, $uri);
$this->assertNoServerError($response, 'unknown status ' . $state . ' at ' . $method . ' ' . $uri);
$this->assertNoServerError($response, 'unknown status '.$state.' at '.$method.' '.$uri);
}
}
}
@@ -37,8 +37,8 @@ class ApiEnumAndStateMachineContractTest extends FullSurfaceE2EContractCase
$response = $this->requestAs($this->parent, $method, $uri, $this->payloadFor($method, $uri));
$this->assertStatusIn($response, [400, 401, 403, 404, 405, 409, 419, 422], 'low privilege terminal state transition ' . $method . ' ' . $uri);
$this->assertNoServerError($response, 'low privilege terminal state transition ' . $method . ' ' . $uri);
$this->assertStatusIn($response, [400, 401, 403, 404, 405, 409, 419, 422], 'low privilege terminal state transition '.$method.' '.$uri);
$this->assertNoServerError($response, 'low privilege terminal state transition '.$method.' '.$uri);
}
}
}