fix: various typos fixed

This commit is contained in:
Sandro Gehri
2023-04-03 07:50:25 +02:00
parent cbc26faeb9
commit 3b9ca8853f
7 changed files with 9 additions and 9 deletions

View File

@ -7,7 +7,7 @@ namespace Pest\Contracts;
use Pest\Factories\TestCaseMethodFactory;
/**
* @interal
* @internal
*/
interface AddsAnnotations
{

View File

@ -14,7 +14,7 @@ use Pest\Factories\TestCaseMethodFactory;
final class Covers extends Attribute
{
/**
* Determine if the attribute should be placed above the classe instead of above the method.
* Determine if the attribute should be placed above the class instead of above the method.
*/
public static bool $above = true;

View File

@ -64,7 +64,7 @@ final class Converter
}
/**
* Gets the exception messsage.
* Gets the exception message.
*/
public function getExceptionMessage(Throwable $throwable): string
{