We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92664a9 commit 0a9c663Copy full SHA for 0a9c663
src/Batch.php
@@ -150,7 +150,7 @@ public static function with($data)
150
{
151
static::$data = $data;
152
153
- return new static;
+ return new static();
154
}
155
156
/**
src/Job.php
@@ -184,7 +184,7 @@ public static function with($data)
184
185
static::$data[] = $data;
186
187
188
189
190
public function stack()
0 commit comments