Skip to content

Commit 3d6e232

Browse files
committed
Fix definition
1 parent 5e4d39e commit 3d6e232

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Subject.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
class Subject extends BaseSubject
88
{
9-
public function __call(string $method, array $arguments = [])
9+
public function __call(string $method, array $arguments = []): mixed
1010
{
1111
if (preg_match('/^(to|notTo)(.+)$/', $method, $matches)) {
1212
$method = 'should' . $matches[2];

0 commit comments

Comments
 (0)