From f69381fb7b9aad0473842d654d6db4ab57be4a36 Mon Sep 17 00:00:00 2001 From: Kalen Date: Tue, 23 Apr 2019 09:50:42 -0600 Subject: [PATCH] Fix markup typo --- rules/no-functioncall-in-loop.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/no-functioncall-in-loop.md b/rules/no-functioncall-in-loop.md index 4b329b0..1d7af51 100644 --- a/rules/no-functioncall-in-loop.md +++ b/rules/no-functioncall-in-loop.md @@ -29,7 +29,7 @@ for($i = 0; $i < $count; $i++) { ``` This second code will do the same as the first, but speed will be dramatically increased. -##Also avoid constants expressions +## Also avoid constants expressions ```php \ No newline at end of file +-->