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 +-->