Update src/Concerns/Extendable.php

This commit is contained in:
Fabio Ivona
2021-10-31 22:16:02 +01:00
committed by GitHub
parent 4a22c5d673
commit 5f1776829b

View File

@ -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);
}