Skip to content

Commit 00f76b8

Browse files
committed
test run phpcs
1 parent 09c1026 commit 00f76b8

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

src/Test.php

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<?php
2+
3+
namespace Zahran\Mapper;
4+
5+
class Test {
6+
7+
public function _foo ($bar) {
8+
9+
10+
11+
echo "a" . 1 ;
12+
}
13+
14+
}
15+
16+

0 commit comments

Comments
 (0)