Skip to content

Commit 6a5c044

Browse files
PHPCS files
1 parent ef04b8d commit 6a5c044

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

bad.php

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)