We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7822cc3 commit bac6d42Copy full SHA for bac6d42
tests/Math/Adder.php
@@ -8,7 +8,8 @@ class Adder
8
{
9
public static function add($a, $b):int
10
11
+ $c = $a + $b;
12
throw new Exception("This method should be mocked!");
- return $a+$b;
13
+ return $c;
14
}
15
0 commit comments