Skip to content

Commit 05f4cae

Browse files
committed
Update code
1 parent 8681942 commit 05f4cae

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

testclasses/classOne.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ class classOne {
66

77
public function method_from_class_one() {
88

9-
echo "<p>I am Class <b>classOne</b> have a namespace <b>testclasses</b> and a method <b>method_from_class_one</b></p>";
9+
echo "I am Class classOne have a namespace testclasses and a method method_from_class_one\n";
1010
}
1111

1212
}

testclasses/classThree.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ class three_class {
66

77
public function method_from_three_class() {
88

9-
echo "<p>I am Class <b>three_class</b> have a namespace <b>name_space\namespace2</b> and a method <b>method_from_three_class</b></p>";
9+
echo "I am Class three_class have a namespace name_space\namespace2 and a method method_from_three_class\n";
1010
}
1111

1212
}

testclasses/classes/classTwo.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
class class_two {
66

77
public function method_from_class_two() {
8-
9-
echo "<p>I am Class <b>class_two</b> have a method <b>method_from_class_two</b></p>";
8+
9+
echo "I am Class class_two have a method method_from_class_two\n";
1010
}
1111

1212
}

0 commit comments

Comments
 (0)