From 79c335f6529f96b029195be930a4557a6eb26112 Mon Sep 17 00:00:00 2001 From: Bosun Egberinde Date: Sun, 14 Feb 2021 13:57:21 +0100 Subject: [PATCH 1/2] Update Echoe.php --- src/Echoe.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/Echoe.php b/src/Echoe.php index 1c8c0c1..01e880d 100644 --- a/src/Echoe.php +++ b/src/Echoe.php @@ -6,6 +6,7 @@ class Echoe { public static function call(): void { - echo "Echo Called"; + echo "Echo Called\n"; + echo "Echo Called again\n"; } -} \ No newline at end of file +} From e575c0be0b8a25e44f0e412926f9dcf143e4242e Mon Sep 17 00:00:00 2001 From: Bosun Egberinde Date: Sun, 14 Feb 2021 14:24:33 +0100 Subject: [PATCH 2/2] Update .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a725465..140fd58 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -vendor/ \ No newline at end of file +vendor/ +node_modules/