mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 15:57:21 +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.
|
||||
*/
|
||||
public static function hasPipes(string $name): bool
|
||||
private static function hasPipes(string $name): bool
|
||||
{
|
||||
return array_key_exists($name, static::$pipes);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user