Last active
December 8, 2019 19:13
-
-
Save mgsmus/544a30f8035f7bfc98fe67a8455679ae to your computer and use it in GitHub Desktop.
This file contains hidden or 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 | |
$y = 1; | |
$total = fn($x) => $x + $y; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment