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 ef04b8d commit 6a5c044Copy full SHA for 6a5c044
bad.php
@@ -0,0 +1,10 @@
1
+<?php
2
+
3
+class MyCalculator
4
+{
5
+ public function add($a, $b)
6
+ {
7
+ $result = $a + $b
8
+ return $result;
9
+ }
10
+}
0 commit comments