Update Expectation.php

Typo
This commit is contained in:
Ludovic Guénet
2023-09-01 18:39:37 +02:00
committed by GitHub
parent 9dabecacbf
commit b9b90295fa

View File

@ -502,7 +502,7 @@ final class Expectation
} }
/** /**
* Asserts that the given expectation target have a specific method. * Asserts that the given expectation target has a specific method.
*/ */
public function toHaveMethod(string $method): ArchExpectation public function toHaveMethod(string $method): ArchExpectation
{ {