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 0323ad8 commit f3739ccCopy full SHA for f3739cc
README.md
@@ -17,8 +17,7 @@
17
18
# How to use ?
19
20
-<code>
21
- print_r('<br/>-------- First build ------- <br/>');
+ `print_r('<br/>-------- First build ------- <br/>');
22
require_once dirname(__FILE__) . '/UserBuilder.php';
23
$admin = $user = new UserBuilder;
24
$admin->setName('Hoang Lee')
@@ -33,6 +32,4 @@
33
32
->setLocation('HCM, Viet Nam')
34
->setLevel('Technical Leader 2')
35
->setTodo('member');
36
- print_r($admin->build());
37
-
38
-</code>
+ print_r($admin->build());`
0 commit comments