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

Commit d745713

Browse files
authored
Fix return type
1 parent 33e8ccf commit d745713

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
@@ -44,7 +44,7 @@ private function normalizeText($text)
4444
*
4545
* @return string
4646
*/
47-
public function toString()
47+
public function toString() : string
4848
{
4949
return sprintf(
5050
'contains "%s"',

0 commit comments

Comments
 (0)