Last active
November 8, 2023 21:56
-
-
Save madeinnordeste/a29a915c440073e0af8261c189f9e18f to your computer and use it in GitHub Desktop.
Three-Little-Birds.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
if(!$worry){ | |
foreach($things as $little_thing){ | |
$little_thing->all_right(); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment