indented-code.md 115 B

This code has an unnecessary check:

<?php

if (true) {
    echo "Hello World!";
}

Do you see it?