Refactor code for improved readability and consistency
- Removed unnecessary blank lines in various files to enhance code clarity. - Updated comments for consistency and clarity across multiple classes and methods. - Adjusted spacing in test files for better formatting and readability.
This commit is contained in:
@@ -42,9 +42,9 @@ test('can list order payment types', function () {
|
||||
'*' => [
|
||||
'id',
|
||||
'name',
|
||||
]
|
||||
]
|
||||
],
|
||||
],
|
||||
]);
|
||||
|
||||
|
||||
$this->assertCount(2, $response->json('data'));
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user