Skip to content

Commit

Permalink
Fix: Add property type declaration
Browse files Browse the repository at this point in the history
localheinz committed Jan 7, 2025
1 parent ffeb48e commit bbad22a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions test/Unit/ConstructsTest.php
Original file line number Diff line number Diff line change
@@ -29,10 +29,7 @@
*/
final class ConstructsTest extends Framework\TestCase
{
/**
* @var string
*/
private $fileWithParseError = __DIR__ . '/../Fixture/ParseError/MessedUp.php';
private string $fileWithParseError = __DIR__ . '/../Fixture/ParseError/MessedUp.php';

protected function setUp(): void
{

0 comments on commit bbad22a

Please sign in to comment.