Skip to content

Commit

Permalink
chore: removes PHP 8.2 only test
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro committed Nov 29, 2023
1 parent 62af50e commit 782574d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 37 deletions.
2 changes: 1 addition & 1 deletion tests/Fixtures/Controllers/ProductController.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

use Tests\Fixtures\Models\Product;

final readonly class ProductController
final class ProductController
{
public function index(): array
{
Expand Down
36 changes: 0 additions & 36 deletions tests/ToBeReadonly.php

This file was deleted.

0 comments on commit 782574d

Please sign in to comment.