Skip to content
This repository was archived by the owner on Mar 12, 2024. It is now read-only.

Commit 3b4605d

Browse files
committed
change visibility to public
1 parent 52468bc commit 3b4605d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/AttributeMappingTest.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,22 +13,22 @@ class AttributeMappingTest extends TestCase
1313
/**
1414
* @var bool
1515
*/
16-
protected bool $test;
16+
public bool $test;
1717

1818
/**
1919
* @var string
2020
*/
21-
protected string $name;
21+
public string $name;
2222

2323
/**
2424
* @var mixed
2525
*/
26-
protected object $files;
26+
public object $files;
2727

2828
/**
2929
* @var \Closure|null
3030
*/
31-
protected ?\Closure $default = null;
31+
public ?\Closure $default = null;
3232

3333
/** @test */
3434
public function testMapsAttributesToClassPropertiesCorrectly()

0 commit comments

Comments
 (0)