mirror of
https://github.com/pestphp/pest.git
synced 2026-03-11 10:17:23 +01:00
Style
This commit is contained in:
@ -234,7 +234,7 @@ final class OppositeExpectation
|
|||||||
{
|
{
|
||||||
$methods = is_array($methods) ? $methods : [$methods];
|
$methods = is_array($methods) ? $methods : [$methods];
|
||||||
|
|
||||||
$state = new stdClass();
|
$state = new stdClass;
|
||||||
|
|
||||||
return Targeted::make(
|
return Targeted::make(
|
||||||
$this->original,
|
$this->original,
|
||||||
@ -269,7 +269,7 @@ final class OppositeExpectation
|
|||||||
{
|
{
|
||||||
$methods = is_array($methods) ? $methods : [$methods];
|
$methods = is_array($methods) ? $methods : [$methods];
|
||||||
|
|
||||||
$state = new stdClass();
|
$state = new stdClass;
|
||||||
|
|
||||||
return Targeted::make(
|
return Targeted::make(
|
||||||
$this->original,
|
$this->original,
|
||||||
@ -304,7 +304,7 @@ final class OppositeExpectation
|
|||||||
{
|
{
|
||||||
$methods = is_array($methods) ? $methods : [$methods];
|
$methods = is_array($methods) ? $methods : [$methods];
|
||||||
|
|
||||||
$state = new stdClass();
|
$state = new stdClass;
|
||||||
|
|
||||||
return Targeted::make(
|
return Targeted::make(
|
||||||
$this->original,
|
$this->original,
|
||||||
|
|||||||
Reference in New Issue
Block a user