mirror of
https://github.com/pestphp/pest.git
synced 2026-03-12 10:47:25 +01:00
Update src/Concerns/Extendable.php
This commit is contained in:
@ -77,7 +77,7 @@ trait Extendable
|
|||||||
/**
|
/**
|
||||||
* Checks if pipes are registered for a given expectation.
|
* Checks if pipes are registered for a given expectation.
|
||||||
*/
|
*/
|
||||||
public static function hasPipes(string $name): bool
|
private static function hasPipes(string $name): bool
|
||||||
{
|
{
|
||||||
return array_key_exists($name, static::$pipes);
|
return array_key_exists($name, static::$pipes);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user