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 be08432 commit 37d9ad8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Listeners/StoreTagsForPendingJob.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ class StoreTagsForPendingJob
*/
public function __construct(TagRepository $tags)
{

$this->tags = $tags;
}

Expand Down

0 comments on commit 37d9ad8

Please sign in to comment.