Skip to content

Commit 0a9c663

Browse files
mychidarkogithub-actions[bot]
authored andcommitted
chore: fix styling
1 parent 92664a9 commit 0a9c663

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Batch.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ public static function with($data)
150150
{
151151
static::$data = $data;
152152

153-
return new static;
153+
return new static();
154154
}
155155

156156
/**

src/Job.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ public static function with($data)
184184
{
185185
static::$data[] = $data;
186186

187-
return new static;
187+
return new static();
188188
}
189189

190190
public function stack()

0 commit comments

Comments
 (0)