From e698378d2b519ff59c2f537aaf2e7bba7c132755 Mon Sep 17 00:00:00 2001 From: Eric Date: Tue, 6 Oct 2015 10:38:55 -0400 Subject: [PATCH 1/3] modified file for fun --- Week_1/Day_1/Exercises/array/modify_array.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Week_1/Day_1/Exercises/array/modify_array.php b/Week_1/Day_1/Exercises/array/modify_array.php index cfc752a..44b8282 100644 --- a/Week_1/Day_1/Exercises/array/modify_array.php +++ b/Week_1/Day_1/Exercises/array/modify_array.php @@ -9,6 +9,10 @@ * you have array and lets say we got this data from the DB so we cant change it when getting it from the DB * so writing the correct syntax needed to fix each teacher's name */ + + $seth = "is awesome"; + + //this is a comment $teachers = [ "Josph Backer", "Aric Schwartzenegger", @@ -16,6 +20,8 @@ ]; print_r($teachers); + + echo "this is my change"; ?>

From 6abda7c9170f497cc741b09ed95850dc6713c6fe Mon Sep 17 00:00:00 2001 From: Eric Date: Tue, 6 Oct 2015 10:49:24 -0400 Subject: [PATCH 2/3] this was my change --- Week_1/Day_1/Exercises/array/remove_array.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Week_1/Day_1/Exercises/array/remove_array.php b/Week_1/Day_1/Exercises/array/remove_array.php index 1392bbe..093c31c 100644 --- a/Week_1/Day_1/Exercises/array/remove_array.php +++ b/Week_1/Day_1/Exercises/array/remove_array.php @@ -19,6 +19,9 @@ ]; print_r($teachers); + + + echo "this is another change"; ?>

From 7c24637f608cac2e16da51eb41c9baa3922fef98 Mon Sep 17 00:00:00 2001 From: Eric Date: Tue, 6 Oct 2015 11:11:55 -0400 Subject: [PATCH 3/3] my work for branch --- Week_2/Day_1/Challenges/easy.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Week_2/Day_1/Challenges/easy.php b/Week_2/Day_1/Challenges/easy.php index 5b3096d..d025267 100644 --- a/Week_2/Day_1/Challenges/easy.php +++ b/Week_2/Day_1/Challenges/easy.php @@ -27,6 +27,7 @@