Skip to content

Commit 30842ba

Browse files
derrabusnicolas-grekas
authored andcommitted
Fix inconsistent return points.
1 parent 1ec2e3f commit 30842ba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Tests/Fixtures/TestClassMagicCall.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,7 @@ public function __call($method, array $args)
3333
if ('setMagicCallProperty' === $method) {
3434
$this->magicCallProperty = reset($args);
3535
}
36+
37+
return null;
3638
}
3739
}

0 commit comments

Comments
 (0)