mirror of
https://github.com/pestphp/pest.git
synced 2026-09-05 14:23:34 +02:00
chore: coding style changes
This commit is contained in:
@@ -2,8 +2,6 @@
|
||||
|
||||
/** @noinspection PhpUnused */
|
||||
|
||||
// some other comment
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Tests\Fixtures\Arch\ToUseStrictTypes;
|
||||
|
||||
@@ -5,8 +5,4 @@ declare(strict_types=1);
|
||||
require_once __DIR__.'/../app/Calculator.php';
|
||||
require_once __DIR__.'/../app/Greeter.php';
|
||||
|
||||
// Stands in for the built-in Laravel/Livewire watch defaults, which are not
|
||||
// applicable here because the fixture installs neither package. Without the
|
||||
// generated-view mapping, every changed Blade file lands on this rule and
|
||||
// invalidates the whole suite — which is exactly what issue #1808 reported.
|
||||
pest()->tia()->watch(['resources/views/**' => 'tests']);
|
||||
|
||||
Reference in New Issue
Block a user