chore: coding style changes

This commit is contained in:
nuno maduro
2026-08-07 14:52:56 +01:00
parent eb88513baf
commit 42d9b777bf
221 changed files with 139 additions and 3086 deletions
@@ -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']);