Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Jan 18, 2024
1 parent ebd0ee5 commit 0894527
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions src/Job/AvatarGenerationBatch.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
<?php

/*
* This file is part of ianm/boring-avatars.
*
* Copyright (c) 2024 IanM.
*
* For the full copyright and license information, please view the LICENSE.md
* file that was distributed with this source code.
*/

namespace IanM\BoringAvatars\Job;

use Flarum\Database\Eloquent\Collection;
Expand Down
2 changes: 1 addition & 1 deletion src/Job/AvatarGenerationJob.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
class AvatarGenerationJob extends AbstractJob
{
const BATCH_SIZE = 1000;

public function __construct(
protected bool $force = false
) {
Expand Down

0 comments on commit 0894527

Please sign in to comment.