mirror of
https://github.com/pestphp/pest.git
synced 2026-03-11 02:07:23 +01:00
Style
This commit is contained in:
@ -97,7 +97,7 @@ final class TestCall
|
||||
$closure->call($this);
|
||||
};
|
||||
|
||||
new AfterEachCall($this->testSuite, $this->filename, $when->bindTo(new \stdClass()));
|
||||
new AfterEachCall($this->testSuite, $this->filename, $when->bindTo(new \stdClass));
|
||||
|
||||
return $this;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user