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

Commit d020db3

Browse files
authored
Update Page.php
1 parent b3b1c71 commit d020db3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Constraint/Page.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
class Page extends \PHPUnit\Framework\Constraint\Constraint
77
{
88
protected $uri;
9-
private $string;
9+
protected $string;
1010

1111
public function __construct($string, $uri = '')
1212
{

0 commit comments

Comments
 (0)