Skip to content

Commit 1cea1a2

Browse files
Add types to public and protected properties
1 parent 3d649fa commit 1cea1a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Exception/SilencedErrorContext.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*/
1919
class SilencedErrorContext implements \JsonSerializable
2020
{
21-
public $count = 1;
21+
public int $count = 1;
2222

2323
private int $severity;
2424
private string $file;

0 commit comments

Comments
 (0)