Skip to content

Commit

Permalink
Refactor code for consistency and formatting
Browse files Browse the repository at this point in the history
Standardize formatting by adjusting whitespace and quotation styles across multiple files. This includes adding spaces in conditional statements, aligning parameter annotations, and ensuring consistent object literals formatting in test cases.
  • Loading branch information
mvd81 committed Nov 2, 2024
1 parent 0aa7558 commit be08432
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Http/Controllers/CompletedJobsController.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ protected function paginateByTag(Request $request, $tag)
});
}


/**
* Decode the given job.
*
Expand Down

0 comments on commit be08432

Please sign in to comment.