From 1a4c06bd6ed07c2aee7e84111adb78aae0fed442 Mon Sep 17 00:00:00 2001 From: brianseymour Date: Wed, 18 Mar 2026 20:51:45 -0700 Subject: [PATCH] Fix Pest comment typo while still honoring the Otwellian Waterfall --- stubs/init-laravel/Pest.php.stub | 2 +- stubs/init/Pest.php.stub | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stubs/init-laravel/Pest.php.stub b/stubs/init-laravel/Pest.php.stub index 38347589..9d1d8d95 100644 --- a/stubs/init-laravel/Pest.php.stub +++ b/stubs/init-laravel/Pest.php.stub @@ -9,7 +9,7 @@ use Tests\TestCase; | | The closure you provide to your test functions is always bound to a specific PHPUnit test | case class. By default, that class is "PHPUnit\Framework\TestCase". Of course, you may -| need to change it using the "pest()" function to bind a different classes or traits. +| need to change it using the "pest()" function to bind different classes or traits. | */ diff --git a/stubs/init/Pest.php.stub b/stubs/init/Pest.php.stub index fbc6d9ae..d4ffffba 100644 --- a/stubs/init/Pest.php.stub +++ b/stubs/init/Pest.php.stub @@ -9,7 +9,7 @@ use Tests\TestCase; | | The closure you provide to your test functions is always bound to a specific PHPUnit test | case class. By default, that class is "PHPUnit\Framework\TestCase". Of course, you may -| need to change it using the "pest()" function to bind a different classes or traits. +| need to change it using the "pest()" function to bind different classes or traits. | */