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 433751c commit 136cd31Copy full SHA for 136cd31
src/CloudTasksApiFake.php
@@ -28,8 +28,7 @@ public function deleteTask(string $taskName): void
28
29
public function getTask(string $taskName): Task
30
{
31
- return (new Task)
32
- ->setName($taskName);
+ return (new Task)->setName($taskName);
33
}
34
35
public function exists(string $taskName): bool
0 commit comments